I have a "Notes" field where users can add notes.  Now, there will be times
when they use quotes "" or maybe even HTML, what is the correct way of using
this function?

I have tried:

addslashes($Notes);

and

$Notes addslashes($Notes);

neither work..

I thought I would ask this great newsgroup!

Thanks



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to