Jump to content

how do i write mysql_real_escape_string in PHP ODBC


worldcomingtoanend

Recommended Posts

an example is below.  I have tried to google but there seems not to be much on PHP ODBC especially on sql injections.  Will appreciate your help.

 

$username=mysql_real_escape_string($username);

$password=mysql_real_escape_string($password);

 

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.