Re: [PHP] text area with quotes

2002-07-31 Thread Justin French
check out strip_slashes() or stripslashes() [can never remember which one!!] in the manual. Justin French on 01/08/02 5:50 AM, Nathan Kline ([EMAIL PROTECTED]) wrote: > this seems so obvious yet it is giving me problems. > > I have a text area in a form that is passed to a php page to be > w

Re: [PHP] text area with quotes

2002-07-31 Thread Kevin Stone
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 31, 2002 1:50 PM Subject: [PHP] text area with quotes > this seems so obvious yet it is giving me problems. > > I have a text area in a form that is passed to a php page to be > written to a database. first though It displa

Re: [PHP] text area with quotes

2002-07-31 Thread Jason Reid
PM Subject: [PHP] text area with quotes > this seems so obvious yet it is giving me problems. > > I have a text area in a form that is passed to a php page to be > written to a database. first though It displays the contents of the > form in a preview page. then if everything is go

Re: [PHP] text area with quotes

2002-07-31 Thread 1LT John W. Holmes
www.php.net/stripslashes ---John Holmes... - Original Message - From: "Nathan Kline" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 31, 2002 3:50 PM Subject: [PHP] text area with quotes > this seems so obvious yet it is giving me problems

[PHP] text area with quotes

2002-07-31 Thread Nathan Kline
this seems so obvious yet it is giving me problems. I have a text area in a form that is passed to a php page to be written to a database. first though It displays the contents of the form in a preview page. then if everything is good the user click the button and it write to the DB. I pass th