Articles by Tag

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

A Search Page for Your Website

MAY02 2010

Today's world is full of people who want information with as little trouble as possible. For this reason, search functionality is a necessary tool for any website that wishes to be successful. This is a simple tutorial that will show you how to create a search function using PHP and MySQL. read more

2 comments :: 985 views :: in

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 :: 835 views :: in

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 :: 5481 views :: in