Dakusan's Domain Forum

Main Site Discussion => Updates => Topic started by: Dakusan on November 10, 2010, 08:55:40 am

Title: PHP MySQL Library added to Other Web Scripts
Post by: Dakusan on November 10, 2010, 08:55:40 am
Original update for PHP MySQL Library added to Other Web Scripts can be found at https://www.castledragmire.com/Updates/PHP_MySQL_Library_added_to_Other_Web_Scripts.
Originally posted on: 11/10/10
Regarding: Other Web Scripts

Version 1.0 of the PHP MySQL Library has been added to the Other Web Scripts page. It is my MySQLi library with functions for querying MySQL databases and handling queried data.

The purpose of this library was to be able to quickly execute queries and collect their data without a lot of extra code. While one of the original purposes of prepared statements for MySQL was so queries could be parsed only once and ran many times, I find in PHP I rarely use a query more than once per script, so this library is designed to easily execute a prepared statement with data already attached.

I moved this and the following libraries into their own “Library” section at the top of the project page’s contents: AJAX Library, Draw Image, and Image Zoom Effect.