Don't worry about moving it to the right forum - one of the moderators will pick up on that and move it.

Try creating a new Text Document on your desktop and renaming it test.php and putting this code into it:
Code:
<?php
echo "Hello World!";
?>
Insert the test.php file into the root of your web and then go to http://localhost/test.php and see if it runs, or if you just get the code on the screen.

Vger