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
[ot]^Thats not helpfull[/ot]
[ot] True though it is possible through a MYSql qurey [/ot]
Server online: Either system(“ping $IP”); or open port 80 on the server using the sockets functions.