A Basic PHP Statistics Script Comments (3)
by Wez Pyke - March 8, 2009 in PHP

In this tutorial you will learn about writing information to a text file and then retrieving the information you wrote to the text file. Retrieving the files that are in a directory and about arrays.

This is a quite basic script and there isn't much to write about it so if there is something that you don't understand look the function up within the PHP manual online.
(more...)

Retrieving an RSS Feed in PHP Comments (9)
by Wez Pyke - August 4, 2008 in PHP,Text Tutorials

RSS Feeds are widely used throughout the internet today and on all kinds of websites. From websites like Digg to most blogs. If you want to display an RSS feed on your website its probably easier than you think.

For this example I'm going to show you how to display the RSS feed for The Tutorial Blog using PHP.

(more...)