Posted by Oli Filth on 06/17/05 14:37
Joe Smith said the following on 16/06/2005 20:57:
> I am struggling with this coding, since two weeks ago.
> So far I don't have any idea to resolve this issue. Hopefully anyone could
> help me.
> The problem is follow:
> I have one field in MySQL with longtext format and got input from HTML form.
> The input are all ASCII text and could contain as much as ten thousand words
> that include hard return and indention. I dont have problem with
> input/insert flow to MySQL. But the query have problem, it remove all hard
> return, and indention. How could I keep those hard return and indention ?
>
How are you inserting data into the database, and then how are you
extracting it to display it?
--
Oli
[Back to original message]
|