PHP Code:
<?php
echo "Congrats! This is your first PHP page";
?>
Save that file as index.php and upload to your server which has php and you have your first page. There are tons of PHP tutorials around the web. Good place to start is
http://www.w3schools.com/php/php_intro.asp . And don't be afraid to ask help.