PDA

View Full Version : Two Questions


lineagedk
11-12-2007, 10:09 AM
Hello, all I have just stumbled across this site and I was wondering if someone can help me.

First question:
I have a MySQL Database and am looking to out put it to a site where, people can see what is in the database and the site updates if anything is changed in the database.

Second question: (May not be acceptible)

I Host a "Game" Server and wanted to know is there a php or sql code that can help me have a live update of if the server is up or down. Is this Posible?

Fumigator
11-13-2007, 09:55 PM
Your first question is vague; by what mechanism do you expect to provide access to your database? A PHP (or other server-side language) script? Something else?

Your second question can be answered "yes", if you know the IP address of your game server then you can "ping" your game server from PHP (or other server-side language) to determine if the server is up or down.