[PHP] Addslashes? From: Chris (php_list <email protected>)
Date: 09/28/00

Hi,
I have a question about security.
Say I have a form that takes a users input, then I use that to select or insert data into a mysql table.
What all should be done to that inputed value before acually using it?
Is addslashes() good enough? Are there some special characters that should never be allowed to stay in the variable?

Help please,
Thanks
Chris