Hello darkdreamer, What OS are you using? If you are using a linux variant you can create a php document in the /var/www/ folder or which ever folder you have set as the web root. Call the document test.php and put the following into it:
QUOTE
<?php phpinfo(); ?>
You may need to set your permissions and make it executable depending on your server. Then just head on over to the file with your browser.
If you are using windows someone else may need to help you out as I'm on my linux box at the moment and my memory is a bit shoddy..... But look for your root www folder and drop the same file into it. Then point your web browser to it.
If this fails to work and all you see is the line you entered, something is amiss..... you may need to post back you OS, webserver version, php version and some configuration details, as much as you can find would be best.
Hope this helps.
Cheers, Lucent.