Tutorials » PHP
Send SMS cellphone messages from your website
Added Mar 13, 2007 @ 9:03pm
How to send messages to your cellphone (SMS) using your website.
How to execute PHP with cron
Added Mar 2, 2007 @ 7:16am
This describes how to execute PHP scripts at set intervals using the cron daemon (crontab) specifically for users of cPanel.
Displaying external RSS feeds
Added Jan 18, 2007 @ 11:12pm
How to load feed data from an external website and display the information in your website using the lastRSS library.
How to clean data
Added Jan 10, 2007 @ 12:24am
Keep yourself from getting injected! Use these simple Regular Expression functions and stay clean like me. This is not an injection tutorial or a RegEx tutorial, just a cleaning tutorial.
Search Engine Friendly Affiliate link
Added Jan 1, 2007 @ 10:39pm
This explains how to set up a search engine friendly link for your exit affiliate code. This is more or less HTML but filed under PHP for the audience scope.
Navigation system
Added Nov 19, 2006 @ 1:16pm
How to create a navigation system in PHP so that you only need to create one set of page header and footers.
Using Sessions
Added Nov 19, 2006 @ 1:08am
How to use session variables in your scripts (safer than using cookies).
Listing your Last.fm last 10 tracks
Added Nov 4, 2006 @ 5:33pm
How to list the your last 10 played tracks from last.fm (music player plug-in) in text form on your website.
Digit display image using GD
Added Oct 30, 2006 @ 10:05pm
How to make a digit counter like the ones used by popular sites. This is only for the image creation, not the code for tracking hits.
Working with dates
Added Oct 29, 2006 @ 1:10am
How to display dates / times from multiple sources in multiple formats. Works on the server end (PHP) instead of on the client (JS).
Dynamic Images with GD
Added Oct 28, 2006 @ 4:06am
This tutorial uses the native graphic drawing libraries of PHP (GD) to draw dynamic images.
Dynamic Userbars with GD
Added Oct 28, 2006 @ 4:06am
This is a more advanced tutorial on how to create a dynamic userbar image loading information from url and being BB / forum / MySpace friendly.



