Skip to content

Instantly share code, notes, and snippets.

@tridungpham
Last active December 16, 2015 02:49
Show Gist options
  • Save tridungpham/5365126 to your computer and use it in GitHub Desktop.
Save tridungpham/5365126 to your computer and use it in GitHub Desktop.
just a small dummy snippet
<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