hey all
im hoping someone can help with clearing up some things
i am doing a PHP script and need to protect against injection
the first one is a SQL injection, what is the best way to protect against this? will validating all inputs and allowing just A-Z and 0-9 be enough? or can i just use mysql_real_escape_string
the next one is session hijacking, has anyone dealt with this before and know how to best protect?
finally, can anyone suggest security advice on the common types of injections?
thanks very much
vicky