Click to See Complete Forum and Search --> : people online code please


xtecltd
12-26-2005, 10:54 AM
can someone tell me the code to show how many people are online please
thank you for your time

felgall
12-26-2005, 02:38 PM
That is normally built into the forum or member's area processing script. For ordinary web pages there are always zero people online 100% of the time.

welsh
12-26-2005, 06:20 PM
online for what. you will need some sort of server side script to show how many people are online.

pcthug
12-26-2005, 11:04 PM
online for what. you will need some sort of server side script to show how many people are online.

Try using a Content-Management System, You can easily display lots of interacting facts on your site.

silverbullet24
12-26-2005, 11:15 PM
can you use asp? php? other? html cannot do it alone

thewebman
12-27-2005, 12:12 PM
using php would be the best thing to do if your server supports it.

Breaker
12-27-2005, 03:37 PM
Does PHP offer functionality for tracking users? Wouldn't it require some third party server functionality to tell you how many people are online? Never used PHP so no idea...

ray326
12-27-2005, 04:24 PM
The whole concept of "users online" is flawed when applied to the web but PHP, ASP and Java have the trappings to build that functionality.