News

Simple-PHP-MySQL-Queries Simple PHP/MySQL Insert, Select, Update and Delete Queries This function set is not sanitized. Please make sure you sanitize the input before sending to the database. If you ...
Simple mysql query builder to build select, insert, update and delete queries with conditional parts. This library was initially not intended to build prepared statements, but this is also possible.
Designing INSERT, UPDATE and DELETE queries Later, in the Implementation Guide you can read about use of INSERT, UPDATE and DELETE queries. Sometimes it is necessary to design these queries before ...