Server side HighScore question

Hi, there, I am using

for Database creation, I got a question regarding to localhost, When i don’t have the internet, I can still using the database on server with localhost http, if I move the server side DB to another computer on the same network, How would I able to detect the localhost on the other computer?

Thanks.

It is no longer localhost, it is xxx.xxx.xxx.xxx IP or DNS Name, which ever.

http://localhost/addscore.php
Let’s say that’s the URL I am passing with WWW class…
can I just put in

http://192.168.127.025/addscore.php?

The ip address is where the web server is located, not the database. If everything is configured and running on that end, all should work fine using the IP address.