Skip to content

Instantly share code, notes, and snippets.

@DenshellDenejour
Created April 7, 2023 18:49
Show Gist options
  • Select an option

  • Save DenshellDenejour/3bdad04eb98c8f2b3c4daf9d22e80274 to your computer and use it in GitHub Desktop.

Select an option

Save DenshellDenejour/3bdad04eb98c8f2b3c4daf9d22e80274 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<body>
<?php
ECHO "Hello World!<br>";
echo "Hi World!<br>";
EcHo "Hello Mars!<br>";
?>
</body>
</html>
@DenshellDenejour
Copy link
Author

that's the syntax of php

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