php
Dates and time in PHP
Submitted by Hermawan Haryanto on Thu, 01/24/2008 - 17:41.In this tutorial I'll discuss dates and time in PHP, which is useful for a
myriad of tasks.
Creating search engine friendly URLs in PHP pages
Submitted by georgec on Wed, 01/23/2008 - 18:35.See how to use .htaccess and mod_rewrite to easily transform ugly PHP URLs into search engine friendly ones.
Creating a simple feedback form using PHP
Submitted by Stevie Peele on Tue, 01/22/2008 - 19:12.Creating a simple feedback form using PHP is very easy, thanks to PHP's prebuilt mail() function. In this tutorial I'll show you a complete, working example.
