write a small script that you can include on each page. this script
will update the field that holds the record for that page:
update page_count_table set page_count=page_count+1 where
url=$url_visited;
Pranot Kokate wrote:
>
> Hi friends,
>
> I am using PHP - MySQL. I need a button which is basicaly a link to some page. So I
>want to track how many users click on the button or link, to view the page.
>
> Also how can I get the details about the person - like where is he located (country).
>
> Please help!!!
>
> regards,
> Pranot
--
Leo G. Divinagracia III
[EMAIL PROTECTED]
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]