1) After submitting - are the inputs trimmed?
2) After submitting - are the inputs stripped?
2a) If no - where can I handle the posted inputs before they stored in the databas, and how to refer to them?
2b) If yes - does the script use 'mysql_real_escape_string()' or just 'addslahses()'?
2c) If yes, how can I allow specific characters (html or other)?
Thanks,
Emanuel.
2) After submitting - are the inputs stripped?
2a) If no - where can I handle the posted inputs before they stored in the databas, and how to refer to them?
2b) If yes - does the script use 'mysql_real_escape_string()' or just 'addslahses()'?
2c) If yes, how can I allow specific characters (html or other)?
Thanks,
Emanuel.