Jump to content

MYSQL INJECTION


Orionsbelter

Recommended Posts

If you have access to change settings in the PHP ini, (which you usualy can, call you host) then set 'magic_quotes_gpc 1' and you won't need to do this.

 

thats a dodgy fix.

 

I believe magic quotes are going in PHP 6 anyway. So secure your scripts, No need to be lazy, even if it is 300 files to change  :o

Link to comment
https://forums.phpfreaks.com/topic/116174-mysql-injection/#findComment-597426
Share on other sites

If you have access to change settings in the PHP ini, (which you usualy can, call you host) then set 'magic_quotes_gpc 1' and you won't need to do this.

 

thats a dodgy fix.

 

I believe magic quotes are going in PHP 6 anyway. So secure your scripts, No need to be lazy, even if it is 300 files to change  :o

 

This is correct.  In the short term to stop the SQL injection set the PHP setting, BUT also secure your scripts.

Link to comment
https://forums.phpfreaks.com/topic/116174-mysql-injection/#findComment-597430
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

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.