How do I set it up when it has the .$row["description"]. ? I tried it without the . as the ends and with the . at the end going into
Before:
echo "<img src='images/description.gif'><br><br>".$row["description"]."<br><br>";
After:
echo "<img src='images/description.gif'><br><br>".$row["description"].=nl2br(.$row["description"].)"<br><br>";