Saturday, 31 August 2013

How to auto fill a text area with php

How to auto fill a text area with php

I'm trying to auto fill a text area with a PHP that i get from reading a
file however everything i have tried doesn't seem to work. I have tried
<textarea><?php echo $test; ?></textarea>

No comments:

Post a Comment