Check if a server is online and how many people are online

how do I check if a server is online?
and how do I check how many people are online?
sorry I’m not very good at html and JavaScript(I’m good only at Flash)

do a google search for “users online” php.

i’m not sure about the server online thing.

MYSQL query lol :wink:

[ot]^Thats not helpfull[/ot]

[ot] True though it is possible through a MYSql qurey :slight_smile: [/ot]

Server online: Either system(“ping $IP”); or open port 80 on the server using the sockets functions.