Log in

View Full Version : how in php I count & show, visitors currently (now) view my website ?



leonidassavvides
02-20-2009, 09:13 AM
how in php I count & show, visitors currently (now) view my website ?
Also how I refer to a webpage eg louravilla.html or louravilla.php as
detail.php?property=41&type=3&start=4 ?

leonidassavvides
02-20-2009, 10:23 AM
How also I retrive a paragraph from db table field(submitted via textarea) and popup it via javascript, when user mouseover[not click] a hyperlink just to show only ? all other fields of the table[db] are also available ... in currently page.

Snookerman
02-20-2009, 10:58 AM
If you google for "online users (http://www.google.com/search?q=online+users)" you can find many free scripts that you can add to your site to show how many users are online. Here are a few examples:
http://www.freeonlineusers.com/ (http://www.freeonlineusers.com/)
http://www.usersonline.com/ (http://www.usersonline.com/)
http://www.myonlineusers.com/ (http://www.myonlineusers.com/)
http://www.onlineuserscounter.com/ (http://www.onlineuserscounter.com/)
http://www.twospots.com/free-users-online-counter/ (http://www.twospots.com/free-users-online-counter/)

Good luck!