Code Tutorials
Simple Code Obfuscation With PHP
A simple way to hide strings and URLs within your PHP code.
Creating Dynamic RSS Feeds With PHP
Using PHP to create an RSS file that is automatically updated.
MySQL Logging MySQL
How to log MySQL queries to a MySQL database.
Port Uptime Monitor
Simple script to notify you when ports on a server cannot be reached.
Domain Notification Script
Simple script to help remind you when your domains are about to expire.
Basic PHP eBay Parsing
A basic example of parsing eBay search results with PHP.
Xanga AIM Profile
Wouldn't it be nice if you could have your latest Xanga BLOG posts show up in your AOL Instant Messenger Profile? Learn how..
Daily Dilbert Cartoon
Have you ever wanted daily cartoon strips on your web site? Well now you can! We use PHP to scrape the newest Dilbert comic every day and store it locally. The image is only downloaded from their site once a day, saving bandwidth & allowing your site to serve the image faster!
Creating Eliza in PHP
Remember Smarterchild from instant messenger? Eliza was one of the earliest forms of artificial intelligence and demonstrates a computer can be somewhat intelligent in responding to a user with questions. This is an Eliza program I completed for a course I took in college. The knowledge-base is very small, so it will probably seem *very* unintelligent, but it has the basic foundation there.

