I followed all the steps given here https://developers.google.com/appengine/docs/php/gettingstarted/installingwindows but when I open up localhost from my machine there is nothing displayed there.
Earlier I had installed it for python and it worked just fine.
log is
startupinfo.dwFlags = subprocess.STARTF_USESHOWWINDOW
AttributeError: 'module' object has no attribute 'STARTF_USESHOWWINDOW' INFO 2013-11-23 00:42:54,742 admin_server.py:117] Starting admin server at: ....
python path: C:\Python27\python.exe
App engine SDK: C:\Program Files (x86)\Google\google_appengine
and deployment server is left blank.