Articles by Chief Programmabilities
You can build the simplest possible search-engine (with no database) for your site with PHP by simply using Unix's grep command on your Linux server instead of writing a lot of PHP code from scratch.
Creating a PHP Script Timer
This timer is the simplest and easiest to implement. It will determine the time taken for a php script to execute correct to 0.000000000000001 seconds.
