PHP Home Xchange’s Successor
This is just a quick post to let you know that PHP HomeXchange is no longer available. It has been replaced by a whole new traffic exchange script, TCN Traffic Exchange.
I wanted to write this post due to the high number of searches for the following terms: HomeXchange2, phphomexchange, PHP Home Exchange, PHPHX and other [...]
Uploading with PHP
There are all sorts of cool things you can do with a file upload script - upload banners for a banner rotator, upload avatars for a forum, upload zips for a download site, the list goes on.
You may not have realized it, but uploading in PHP is very easy. Here we’ll go over the two [...]
PHP Cron Jobs with cPanel
Running PHP scripts automatically can have some big benefits. You can wait to have things get done when there is less traffic on your server, or you can ensure daily tasks get done on time.
cPanel Simple Cron
Even if you do not know anything about cron jobs, and have never run a cron job before - [...]