Patrick3002 Posted March 13, 2007 Share Posted March 13, 2007 Does anyone know how i could echo a variable like $variable in a text area like: <textarea name="code" cols="100" rows="20" wrap="VIRTUAL"></textarea> <textarea name="code" cols="100" rows="20" wrap="VIRTUAL"><?php echo "$variable"; ?></textarea> Does not work... Thanks! Link to comment https://forums.phpfreaks.com/topic/42497-solved-echo-variables-in-textarea/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.