Welcome Guest, Not a member yet? Register   Sign In
I just don't get it, I tell ya!!
#4

[eluser]Jelmer[/eluser]
That's easily explained if your textarea still looks the same:
Code:
<textarea name="desc_txt" value="<?php echo set_value('desc_txt'); ?>" rows="10" cols="100"</textarea>

That should be:
Code:
<textarea name="desc_txt" rows="10" cols="100"><?php echo set_value('desc_txt', $desc_txt); ?></textarea>


Messages In This Thread
I just don't get it, I tell ya!! - by El Forum - 12-29-2009, 08:03 PM
I just don't get it, I tell ya!! - by El Forum - 12-29-2009, 09:19 PM
I just don't get it, I tell ya!! - by El Forum - 12-30-2009, 05:09 PM
I just don't get it, I tell ya!! - by El Forum - 12-30-2009, 05:32 PM
I just don't get it, I tell ya!! - by El Forum - 12-30-2009, 06:02 PM
I just don't get it, I tell ya!! - by El Forum - 12-30-2009, 06:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB