Hi, I am just learning new programming languages and creating a website, not for a company just for my learning but i am stuck in a silly thing. I am using PHP and MySQL. And in HTML i am using TEXTAREA to write huge text. Basically if I write something like this:
This is first line,
This is second line.
When I store the above in MySQL database using TEXT datatype, and try to read it, it comes like this:
This is first line.This is second line.
They don't seem to come in separate lines.
Can you please tell me where the problem is.
Thankyou.
Oh, by the way this is the website i have created, still under construction:
http://www.sentosajaipur.com
2006-07-04
08:05:44
·
9 answers
·
asked by
Manish
5
in
Programming & Design