Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LiamDotPro/65dba15d7fccb603443a386512f0caec to your computer and use it in GitHub Desktop.
Save LiamDotPro/65dba15d7fccb603443a386512f0caec to your computer and use it in GitHub Desktop.
<?php
if($foo = serverMethod['Post']){
//dosmething
?>
<script> windows.location.href = "somewhere" <script>
<?php
}
$bar->executeSomething;
?>
//html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment