Last active
December 16, 2015 02:49
-
-
Save tridungpham/5365126 to your computer and use it in GitHub Desktop.
just a small dummy snippet
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> | |
<script type="text/javascript"> | |
<?php | |
$url = "http://google.com"; | |
echo 'alert("Hello world");'; | |
echo 'window.location="',$url,'"'; | |
?> | |
</script> | |
</head> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment