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. Quote 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! Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/235051-mysql-data-into-textarea/#findComment-1207998 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.