<?php $mysqlQuery = mysql_query("SELECT * FROM songs WHERE id = $_GET[id]", $dbc) or die("ERROR"); while ($mysqlQueryRow = mysql_fetch_array($mysqlQuery)) { ?> <textarea rows="18" cols="60"><?= $mysqlQueryRow['text1'] ?></textarea>
In my table, all values are displayed as it should, except for the TEXTAREA cell, what's wrong? https://pp.vk.me/c623819/v623819614/5012/GxtMxIyq1K0.jpg