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