Creating user online program with php

This tutorial script will guide you to show how much user online on a specific period of time on your website, all is count to total user online since specific time. The idea is recording every request based on session id in php. Different session means different browser (visitor). Each different session count into [...]

PHP script for reading RSS

Ever think about displaying news thumbnail on your blog / website ? The RSS technology and PHP script make this possible.
RSS (an abbreviation for Really Simple Syndication) is a family of Web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format. An RSS document (which [...]