You could run it as stand alone from the DOS command line:
c:\path\to\php.exe c:\path\to\your\script.php
Unfortunatly you'll only see raw HTML scrolling past if that is what the script outputs.
If you want to see it in a browser you will HAVE to install a web server on the laptop. Apache is great and doesn't have a very big footprint.