Articles by Tag

articles containing the tag(s) php
include another tag: (click on a tag above to remove it)

Making Your Views Counter More Accurate

OCT12 2009

In developing your webpage, you may find that you want to keep track of how many people have viewed a post, which means you need to create a counter. Once made, you'll probably want to lock it down so a simple page refresh doesn't increase the views; this could mess up the accuracy of page statistics. Using sessions, we can thwart these types of actions. read more

0 comments :: 554 views

A Simple Tagging System

SEP20 2009

A popular extra for articles and posts to have on a website is tags, one- or two-word descriptive items that associate the post content with a broader category, such as an article about Obama being tagged as president, white house, government, etc. This article will walk you through a simple design for implementing tags for your posts. read more

2 comments :: 4719 views