Advertisement · 728 × 90
#
Hashtag
#preparedstatements
Advertisement · 728 × 90
Preview
GitHub - SPBCodes/MySQL-PHP-PreparedStatements: Simple OOP MySQLi prepared statements wrapper. Procedural functions also included Simple OOP MySQLi prepared statements wrapper. Procedural functions also included - SPBCodes/MySQL-PHP-PreparedStatements

A PHP class to help with the construction of #mysql #preparedstatements in #php.

Handles the identification of data types, handles nulls.

For SELECTs the new syntax is:

$sql="select * from orders where CustomerID=||" . $_POST["customerid"] ."||";

Check it out here: spbcodes.online/mysqli_ps

1 0 0 0