Thi si probably a really simple thing to solve but I am failry new to PHP and cannot find the answer anywhere.
I have a search results page that calls data from a MYSQL database. All of the correct information is displaying but one of the fields contains text on different rows.
When the PHP displays the results all of the line breaks are removed. Is there a way of stopping this?
The current code I am using is:
<?php echo $row_jobdetails; ?>
Thanks