Jump to content

[SOLVED] Quick question regarding mysqli extension


KevinM1

Recommended Posts

apparently, yes:

 

http://devzone.zend.com/node/view/id/686#Heading10

 

The data for the query does not need to be passed through a function like mysql_real_escape_string() to ensure that no SQL injection attacks[4] occur. Instead, the MySQL client and server work together to ensure that the sent data is handled safely when it is combined with the prepared statement.

 

 

apparently, yes:

 

http://devzone.zend.com/node/view/id/686#Heading10

 

The data for the query does not need to be passed through a function like mysql_real_escape_string() to ensure that no SQL injection attacks[4] occur. Instead, the MySQL client and server work together to ensure that the sent data is handled safely when it is combined with the prepared statement.

 

I thought I read/heard something like that before, but it's nice to get confirmation.  Thanks! :)

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.