Creates your own counter script using a basic knowledge of php + mysql script and keeps your visitors number to database for analysis.
Step1:
Create table “counter”
CREATE TABLE `counter` (
`counter` int(9) NOT NULL default ’0′
) TYPE=MyISAM;
Step2:
Create file counter.php
|—|——————— code ——————–|—|
Labels:
Information
PHP Counter Script Tutorial
Rama
Thursday, April 7, 2011
Subscribe to:
Post Comments (Atom)
Popular Posts
-
by: SINGER. Cloud computing can be defined as a data service, software and storage service, where the end user is not aware of the physical ...
-
Ari Saputra - detikNews Jakarta - Seni mural atau lukisan di dinding jalanan semakin marak di Jakarta. Kebanyakan menghiasi pilar beton j...
-
For the recent music video for hip dubstep-rock act Nero’s first chart hit, Me & You, James May – aka Smudgethis – created a fictional ...
-
Well, if you look challenging enough in bookshops, libraries and search about online, you might obtain varied bits of specifics right here a...
-
Dalam bekerja dengan judul game lucu di internet, karakteristik akan hampir selalu menjadi pertimbangan para gamer tentang atas '. Merek...
-
Jika Anda seorang pemilik bisnis online Anda mungkin memahami bahwa kemampuan Anda untuk menyampaikan informasi kepada prospek Anda dan pela...
-
There are 3 kinds of Networks / Network are: a. Local Area Network (LAN) / Local Area Network. A LAN is a network that is limited by a re...
-
HTML doesn't have an element that allows to insert a figure with a caption. It was once proposed (see HTML3), but never made it into HTM...
-
6 years ago I was exactly like you: I was reading a lot about technical analysis and was utterly fascinated about it. The idea of making mon...
-
In this tutorial I’m going to teach you how to construct a simple UI slider using jQuery. It’s very effective and can be used for almost any...
0 comments:
Post a Comment