 |
Refer Listing To A Friend |
|
|
 |
SUGGEST users counter TO A FRIEND...
If you have a friend that you would like to recommend this page to,
or if you just want to send yourself a reminder, here is the easy
way to do it!
Simply fill in the e-mail address of the person(s) you wish to tell
about users counter, your name and e-mail address (so they do
not think it is spam and can reply to you directly with gracious thanks),
and click the SEND button.
If you want to, you can also enter a message that will be included
on the e-mail.
After sending the e-mail, you will be transported back to the
page you recommended!
| Resource Title: |
users counter |
| URL: | [CLICK HERE] |
| Description: |
Include this script in the PHP pages of your web site in order to display the number of people that are viewing them. Before using this script remember to create a MySQL database for it (if you don't already have one), and to assign that name to $DataBaseName. Actually, remember to assign a value to all the initialization variables at the beginning of the script.
<? include("USERS.PHP"); ?> will keep count of the users accessing that page.
The users() function will display all the users tracked by the script. users_on_this_page() will only display the ones on the current page.
| |
|
|
|
 |
|