Skip to content

Instantly share code, notes, and snippets.

@phpfiddle
Created December 1, 2016 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phpfiddle/ebe78eb115b80c229b6f610266b2dfeb to your computer and use it in GitHub Desktop.
Save phpfiddle/ebe78eb115b80c229b6f610266b2dfeb to your computer and use it in GitHub Desktop.
[ Posted by Jozef Jarosciak ] My First PHP Web Page (UOL) Author: Jozef Jarosciak
<?php
// This line prints Hello
echo "<h1>Hello, World from PHP!</h1><br>";
// This line prints the filename of the currently executing script (relative to the document root)
echo "Script = ".$_SERVER['PHP_SELF'];
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment