Jump to content

database Authentication regex


purencool

Recommended Posts

In that case, all submitted values should be validated (sounds like you're using regex for that). Data should be sanitized before being used in a query string by casting numeric data to the correct type, and escaping string type data with, for example, mysql_real_escape_string.

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.