eMonk Posted April 29, 2011 Share Posted April 29, 2011 What's wrong with this code? <textarea name="description" cols="60" rows="10"><?= $description ?></textarea> The textarea box returns null. Link to comment https://forums.phpfreaks.com/topic/235051-mysql-data-into-textarea/ Share on other sites More sharing options...
eMonk Posted April 29, 2011 Author Share Posted April 29, 2011 Nevermind, it works now... wtf! Link to comment https://forums.phpfreaks.com/topic/235051-mysql-data-into-textarea/#findComment-1207997 Share on other sites More sharing options...
Pikachu2000 Posted April 29, 2011 Share Posted April 29, 2011 Don't use the short <?= "quick echo" tag syntax, use the full <?php echo syntax. Link to comment https://forums.phpfreaks.com/topic/235051-mysql-data-into-textarea/#findComment-1207998 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.