Do you recieve an error or just a blank page? if you get an error then something might need to be setup. I would look into the documentation for easy php and see if there is something that needs to be done. I will look into it. but I might not get to it until after this weekend as I won't be around. But I guess I would try and find where easyphp installed to and then find the htdocs directory and then replace what ever is in it with just a basic php script and see what happens when you go to localhost
index.php
[php]
<?php
echo 'Hello World!';
?>
[/php]
but other then that I guess the only thing I can recommend right now is to find the docs and read some. I will see where you are when I get back after this weekend.
Good Luck
