Tutorials

RSS Feed from a MySQL Database

This tutorial will teach you how to create a simple RSS 2.0 compliant feed from a MySQL (or others with a few small changes) database.
The first thing you must do in a RSS document is to define that it is indeed an RSS feed. We do this like so…
SHARETHIS.addEntry({ title: “RSS Feed from a MySQL [...]


Simple Swear/Badword Filtering tutorial

In this tutorial you’ll learn how to censor the swear words and profanity on your website.
You could even use this tutorial to prevent people making posts about your competitors.
* Contains strong language *
SHARETHIS.addEntry({ title: “Simple Swear/Badword Filtering tutorial”, url: “http://www.arkinex.com/php/tutorials/15/simple-swear-filter-tutorial/” });


Advanced Navigation II using Clean Urls

This tutorial will teach you how to implement clean SEO friendly web URLs.
Example: Turning /index.php?page=register into http://www.domain.com/register/.
SHARETHIS.addEntry({ title: “Advanced Navigation II using Clean Urls”, url: “http://www.arkinex.com/php/tutorials/8/navigation-using-clean-urls-htaccess/” });


Advanced Navigation using Includes

A very simple way of doing the index.php?page=page_here. Includes a few configuration options.
Written in php4, works in php5, mostly so you can view the source and attempt at understanding how it works.
SHARETHIS.addEntry({ title: “Advanced Navigation using Includes”, url: “http://www.arkinex.com/php/tutorials/4/advanced-navigation-using-includes/” });