hello,
Iam using php and MySQL.I have a form where people enter the data in a text area and then it goes to the database.It will be stored in the same format as how the user enters (i have used WRAP=\"hard\")
But the problem is when i retrieve the same data from database and display in an html table i get the data in a single line and newline and other characters are never considered.
why is this happening?
how do i avoid this/?
i need to display the data in the way enetered by user
can anyone help?
In MySQL ,newline is considered but why cannot i display ?????????????/
Regards
Roopa