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? 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? 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. Link to comment https://forums.phpfreaks.com/topic/83869-unauthorized-phpmysql-injections/#findComment-426824 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.