Jump to content

Should values retrieved from the url be sanitized similar to form inputs?


horseatingweeds

Recommended Posts

You probably wont need to use escapeshellcmd() unless you are using your inputs to execute a command with the system, exec, etc functions (http://us.php.net/manual/en/book.exec.php).

 

http://us.php.net/manual/en/function.mysql-real-escape-string.php - Would probably be the best place to start.

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.