Re: [PHP] Echoing string with single quote from $_POST

2003-10-10 Thread Becoming Digital
stripslashes(); Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: "James Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, 10 October, 2003 13:07 Subject: [PHP] Echoing string with single quote from $_POST Hi

[PHP] Echoing string with single quote from $_POST

2003-10-10 Thread James Johnson
Hi, I'm building a form where a user can enter text. When the form is submitted I'm doing some validation before continuing. If the form isn't filled correctly, then the user has to correct it before continuing. However, I want to save the data that has been entered (some of it may be lengthy), so