With a text form on my site when i hit the enter key in order to go to the next line, when submitting it to the db it does not read it that way it just goes and goes and goes. Does not create a new line. Anybody know of a way to fix this or an article that can describe some code needed?
Thanks Anthony
when you get it back from the database and you want to display it to a webpage, wrap the variable in this function
nl2br(), you can find more info about that function
here
now where would that code go in relation to my form? how to i implement it?
That would be after you extract the data from the table, and when you output the data.