Jump to content

leave a test input without limit


asmith

Recommended Posts

yes,

 

if the input goes into a database field, and you are not using prepared statements and value checking, there is potential for sql injections.

 

also if you have Register Globals on, they could inject code to change your site.

 

Note: I now see in the PHP doc that: This feature (Register Globals) is DEPRECATED and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.

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.