Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created November 12, 2019 20:55
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 ssaurel/eee43ff0f3c1def526966f99cafc7a9a to your computer and use it in GitHub Desktop.
Save ssaurel/eee43ff0f3c1def526966f99cafc7a9a to your computer and use it in GitHub Desktop.
Hello, World! in PHP
<? echo "Hello, World!" ?>
@AronSoppe
Copy link

AronSoppe commented Dec 3, 2019

Better would be <?= "Hello, World!" ?> since the shorttag <? only works when you have it enabled inside your php.ini

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment