Royw wrote:

> I have a "memo" type field in a form and I am looking for the PHP command
> to strip the carriage returns from the field before inserting into a
> database.

addslashes();
htmlentities(); 

??

Regards,

Johan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to