Log in

View Full Version : data type text



balusamy
06-19-2008, 08:09 AM
Hi

I create table one file Content data type text, I stored text from <textarea>

The content stored same format in mysql, Now the issues, When I display that value in php, it is not display same format. Kindly let us know how we solve this problem.

Example : database value ( text test test
test test test
test test test tet)

But it display text : (text test test test test test test test test test)

we need same format. kindly help this.

Thank you
Balusamy

Nile
06-19-2008, 01:05 PM
Please include your code so that we can take a look at it, we can't do much without it.

kuau
07-11-2008, 05:13 AM
I may be misunderstanding your question, but seems to me you just have to store the value as:

text test test<br>
test test test<br>
test test test<br>