News

This small snippet of code allows easily inserting XML fields into MYSQL without needing to use the mysqli_real_escape_string command for every variable. It can handle nested arrays of varying lengths ...
PDO MySQL Class A PHP MySQL PDO class which rovide functions for connection to the database, performing select, insert, update and delete querys and returning record counts and lastInsertId's, using ...