Re: [PHP]Question about escaping a character

2001-07-24 Thread Chris Cocuzzo
t;[EMAIL PROTECTED]> Sent: Tuesday, July 24, 2001 6:32 PM Subject: Re: [PHP]Question about escaping a character > Run the string through stripslashes() before you write > it to the file... > > http://www.php.net/manual/en/function.stripslashes.php > > Cheers > -bob >

Re: [PHP]Question about escaping a character

2001-07-24 Thread Bob Scott
Run the string through stripslashes() before you write it to the file... http://www.php.net/manual/en/function.stripslashes.php Cheers -bob -- Bob Scott Web / DB Developer http://www.covalent.netCovalent Technologies, Inc. On Tue, 24 Jul 2001, Chris Cocuzzo wrote:

[PHP]Question about escaping a character

2001-07-24 Thread Chris Cocuzzo
hey- I have a textarea field for an admin page which does allow me to enter in basically anything, including HTML. The information is written to a text-file, from which info is pulled on a different page. When the info is read on that page(this is not the admin page right here)...all the single q