Re: [PHP] Slash Problems When Using PHP and POST.

2001-07-18 Thread Dave Stewart
> To: <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 7:45 AM Subject: [PHP] Slash Problems When Using PHP and POST. > I have created a php page that loads a file into a textarea. You can then > edit the file and click "Save" and it POSTS it to the same page (edit.php) &g

[PHP] Slash Problems When Using PHP and POST.

2001-07-18 Thread Corin Rathbone
I have created a php page that loads a file into a textarea. You can then edit the file and click "Save" and it POSTS it to the same page (edit.php) on the server. It saves it but it adds slashes before any speech marks (""). Can somebody please help me with this. It changes: to: Below is the