PHP Databasing System Benchmarks
I ran a few SELECT tests on my PHP databasing system today. The results weren't too surprising, MySQL is way faster. Read on to see the details.
Feb 28, 2009
I ran a few SELECT tests on my PHP databasing system today. The results weren't too surprising, MySQL is way faster. Read on to see the details.
Feb 28, 2009
Lately in the little free time I have found here and there I have been working on a new databasing system for PHP. The goal of this databasing system is to be a fast and reliable while addressing the shortcomings of SQL.
The databasing system is supposed to completely replace MySQL, PosgreSQL, or others of the sort by offering your PHP applications an easy and powerful databasing alternative to SQL based solutions.
Feb 26, 2009
In this tutorial I will show you how to make nice looking, search engine friendly URLs in PHP without Mod_Rewrite.
Nov 14, 2008