Build a single line script like so:
<?php
phpinfo();
?>
And look at all the variables that go by. One will have the IP of the machine you are running the browser from, and that's the variable you're looking for. Lots of other useful info in that page too.