Click to See Complete Forum and Search --> : LONG TEXT field and HTML tag problem.


fireblade
06-21-2007, 01:11 AM
In my article website, I have a database for storing articles. I have defined article body as LONGTEXT in my mySql database. 1st time i submitted an article in plain text using my submit form. it worked fine..

After, i changed all body parts adding some HTML tags which was used to change the looks and make link using URLs, the body part were truncted . only the half of the body was found, dont know what happend to the rest...

does LONGTEXT format not support HTML tags?? or do i need to make any converstion berore submitting the body field the database??

can any one help me??