Hi all,
I am a website designer and i have designed a website for my company using html. They want to display the number of visitors for that website. Can anybody please let me know whether any coding is there using javascript or html.
Thanks
Rekha
To find the number of visitors for a website
Page 1 of 13 Replies - 568 Views - Last Post: 29 November 2012 - 12:30 AM
Replies To: To find the number of visitors for a website
#2
Re: To find the number of visitors for a website
Posted 28 November 2012 - 11:21 PM
Javascript and HTML alone won’t help you, since they can’t know who else visits the website (you could count, how many times the current user visits the website, though).
essentially, you will need a server side language, that keeps track of the incoming requests.
essentially, you will need a server side language, that keeps track of the incoming requests.
#3
Re: To find the number of visitors for a website
Posted 28 November 2012 - 11:45 PM
Hi Dormilich,
Thanks for your reply.
Can i use php script, since i have designed using html. Is it possible to track the number of users without any database.
thanks
Rekha
Thanks for your reply.
Can i use php script, since i have designed using html. Is it possible to track the number of users without any database.
thanks
Rekha
#4
Re: To find the number of visitors for a website
Posted 29 November 2012 - 12:30 AM
1) you can use a PHP script
2) if you don’t want to use a DB, use a (text) file
2) if you don’t want to use a DB, use a (text) file
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote



|