Welcome Guest, Not a member yet? Register   Sign In
Textarea with a variable in it
#11

[eluser]Fr3aked0ut[/eluser]
Still the same.

EDIT:
I figured that out, it should be
Code:
if( ! isset($_POST['submit']) )

instead of
Code:
if( isset($_POST['submit']) )

What a fool I am.

Thank you any way!! Smile
#12

[eluser]MpaK69[/eluser]
and will be greate it you use form_prep from form_helper

Code:
<textarea name='meta' id="meta" cols="55" rows="10">
<?=form_prep($meta)?>
</textarea>




Theme © iAndrew 2016 - Forum software by © MyBB