I am having a problem with echoing text from the database.
Here's how the text shows.
This is something I have worked on for a long time. I hope you like it! Fred
This is how I want the text to show..
This is something I have worked on for a long time.
I hope you like it!
Fred
How do I go about doing this? Here's the code I am using right now for it..
$text=stripslashes($row['text']);
<?php echo "$text"; ?>
Of course I cut out a lot of the code but I was just focusing on the text.