Jump to content
xisto Community
Sign in to follow this  
matto

Sql Injections What are they, and how to prevent them?

Recommended Posts

always use addslashes() to usernames to prevent sql injections even if your code doesn't allow them, because you never know when you'll accidentally type error prone code and not realize it.Also don't allow users to use their scripts on your site. I don't know why you would do this, but this is something you should definately NOT do.<?include($_GET['url']);?>if you do something like that anyone can include their site into your url and run scripts that query your database for passwords, steal your scripts, whatever.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.