smithmr8 Posted February 21, 2008 Share Posted February 21, 2008 What is it and how do I protect against it ? Link to comment https://forums.phpfreaks.com/topic/92311-sql-injection/ Share on other sites More sharing options...
akitchin Posted February 21, 2008 Share Posted February 21, 2008 http://www.google.ca/search?hl=en&q=SQL+Injection&btnG=Google+Search&meta= it's amazing the wealth of information 4 seconds can afford you. Link to comment https://forums.phpfreaks.com/topic/92311-sql-injection/#findComment-472967 Share on other sites More sharing options...
deansatch Posted February 21, 2008 Share Posted February 21, 2008 http://en.wikipedia.org/wiki/SQL_injection Link to comment https://forums.phpfreaks.com/topic/92311-sql-injection/#findComment-472968 Share on other sites More sharing options...
GameYin Posted February 21, 2008 Share Posted February 21, 2008 In forms that get quiried into the database, instead of inputting information, the user can input sql commands and mess with your database. They can get a lot of information about your database that you don’t want them to have, or they can really cause you trouble and delete your database information. Use escape strings function to protect against it. Link to comment https://forums.phpfreaks.com/topic/92311-sql-injection/#findComment-473092 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.