Created
May 7, 2020 21:50
-
-
Save dasl-/72242668bf2dde3634802d49a23ef7b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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