Hi,
I'm building a site in PHP & MySQL. I'm looking for what I need to do in order to protect the site from sql injection and other attacks.
Its on a shared hosting account, and unfortunately there doesn't seem to be any support for "mysqli_connect" (which seems to offer the best protection from what I've read so far).
Aside from placing "strip_tags()" around all POST & GET requests, are there other things I can do?
Thanks