How To Make A Simple Counter
Monday December 11, 2006
Some people like to display a web hits counter on their home pages. Instead of using a counter service, you can create your own counter using PHP. This tutorial shows how to make a counter in PHP.


I still don’t get it. I use Dreamweaver. Do I put this: CREATE TABLE people (name VARCHAR(30), age INTEGER, height FLOAT, date DATETIME) on an htm page??? and how does it “execute”. I’ve seen this code before, and just don’t understand how to make use of it. I have 3 web sites, and consider myself very experienced!!!!!!!
This is SQL, perhaps this article will help you understand it: http://php.about.com/od/learnmysql/p/learn_sql_free.htm
you dont have to put the CREATE TABLE people (name VARCHAR(30), age INTEGER, height FLOAT, date DATETIME) on an htm page. first create the table in your mysql database.