My Android application talks to a php server. I have Apache/php running locally on WAMP Server. I am running Windows 7. If I go to localhost on Windows 7 the site shows b
Indeed for a local network you should use your local ip-address (e.g. 192.168.1.x).
Do not forget to open up your port (mostly 80) in you Windows firewall settings.