I'm a newbie in the world of PHP and slowly beginning to understand more and more
i have recently created my database and successfully created;
an input form
a search page
a csv dump
view database records
the problem i have is my search returns. one of my input fields is a text body but when it returns the data from the search it is just on big line of words and no newlines
now i understand about the nl2br() function but i dont know how to implement it!
where does it go?
is it on my search functions php, my form input?
im tearing my hair out on this one
i dont want to put up a load of code here if its the wrong one so if someone can tell me where it goes i will post my code.
Sorry for being a newbie but we all start somewhere