[PHP] Re: textbox+database

2003-07-30 Thread Kevin Stone
"Mehdi Achour" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Patrik Fomin wrote: > > hi, i have a textbox, after someone puts text into it, it saves into the > > database, > > > > > > > > when it saves to the database the formattion in the textbox dosent work > > properly, > > eg:

[PHP] Re: textbox+database

2003-07-30 Thread Mehdi Achour
Patrik Fomin wrote: hi, i have a textbox, after someone puts text into it, it saves into the database, when it saves to the database the formattion in the textbox dosent work properly, eg: i add this: Test Test Hello and when i retrive the text from the database it looks like this: TestTestHell