Nieuws

This is an simple include file written in PHP that (currenlty) has 6 functions made to simplify mysqli queries. The MySQLi functions allows you to access MySQL database servers. They are more secure ...
PHP MySQL Wrapper This is a very old PHP class that I created circa 2006 to act as a wrapper for PHP's MySQL functions. It has a number of nice functions that accept parameters via arrays and builds ...
After depreciation of mysql_* functions from php 5.5, mysqli and pdo are two most popular and preferred options to interact with mysql databases in php. this article demonstrates the introduction of ...
This brief tutorial will show you how to use a PHP 5.x MySQL extension called, MySQL Improved, to implement MySQL-based transactions with PHP.
This tutorial walks you through the steps to select data in a table from a MySQL database using PHP in XAMPP stack.
After connecting database successfully, the next important task in an application is performing the query on the connected database. this article provides the details about how we can run a query to a ...
So I'm on Windows XP Pro, I'm running Apache 2. I've got the zip file installation of PHP 5.0.3. PHP works in Apache, I can echo a test in PHP. The mysqli functions aren't installed. I looked for ...