jcsickz Posted December 31, 2007 Share Posted December 31, 2007 Someone is (automatically, I believe) injecting spam into my mysql database. How might this be possible? Quote Link to comment https://forums.phpfreaks.com/topic/83869-unauthorized-phpmysql-injections/ Share on other sites More sharing options...
revraz Posted December 31, 2007 Share Posted December 31, 2007 Because you are letting them with some of your scripts? Quote Link to comment https://forums.phpfreaks.com/topic/83869-unauthorized-phpmysql-injections/#findComment-426822 Share on other sites More sharing options...
p2grace Posted December 31, 2007 Share Posted December 31, 2007 Do you validate all the data in your forms using php and not javascript? If you do, then sql injection might also be possible. Check this link out: http://unixwiz.net/techtips/sql-injection.html But before assuming their using sql injection, chances are form validation is probably the problem. Quote Link to comment https://forums.phpfreaks.com/topic/83869-unauthorized-phpmysql-injections/#findComment-426824 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.