Skip to content

Instantly share code, notes, and snippets.

@dasl-
Created May 7, 2020 21:50
Show Gist options
  • Save dasl-/72242668bf2dde3634802d49a23ef7b6 to your computer and use it in GitHub Desktop.
Save dasl-/72242668bf2dde3634802d49a23ef7b6 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>omg wtf <? echo "print something with php"; ?></title>
</head>
<body>
hello
<? echo "more php"; ?>
<?
foreach ([1,2,3] as $value) {
var_dump($value);
}
?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment