hi all,
i want to count the visiter of my web but i do not know how to coding.
please help me.
reagards,
thirith.
Printable View
hi all,
i want to count the visiter of my web but i do not know how to coding.
please help me.
reagards,
thirith.
Then you could use a third party counter application on your page, such as http://www.statcounter.com/free_hit_counter.html
Or you can open a text file, read a varible from it (that contains the number of visiters, starting on zero) and then update that variable ++. And then write it back to the file. Just make sure that 2 persons can't write to the file at the same time. Then you have the writers/readers problem.
ØØ
ReadMe ;)Quote:
but i do not know how to coding.
Quote:
Originally Posted by mendhak
Rude...;)
Tutorial then...:)
http://www.spoono.com/php/tutorials/tutorial.php?id=4
Since I am too lazy to explain my self..:D