Bobby_S
03-12-2005, 08:53 AM
hi all, :)
tell me, is this safe, or can I (or MySQL) still be harmed:
- I have register_globals OFF
- all input variables are checked like this:
$var = htmlspecialchars ($_POST[$var]);
before put into the DB.
How do you guys validate input and secure your DB?
thx!!
tell me, is this safe, or can I (or MySQL) still be harmed:
- I have register_globals OFF
- all input variables are checked like this:
$var = htmlspecialchars ($_POST[$var]);
before put into the DB.
How do you guys validate input and secure your DB?
thx!!