Jump to content

MySQLi Prepared Statements


johnsmith153

Recommended Posts

I have just got hold of a MySQLi class (a wrapper to the built in one of course), and for EVERY query sent they have used prepared statements.

 

Is this right? I expected it to just send using the mysqli_query function (with the prepared statements option if selected).

 

Should you send ALL queries using a prepared statement?

 

What (if any) are the downfalls of using prepared statements?

Link to comment
https://forums.phpfreaks.com/topic/219735-mysqli-prepared-statements/
Share on other sites

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.