Skip to content

Instantly share code, notes, and snippets.

@adamkiss
Created October 16, 2011 22:39
Show Gist options
  • Save adamkiss/1291526 to your computer and use it in GitHub Desktop.
Save adamkiss/1291526 to your computer and use it in GitHub Desktop.
Testing HTML gist for inclusion
<!doctype html>
<?php
//testing php inline like a motherfucker
$test = (is_highlighted()) ? 'true' : false;
$test++;
?>
<html>
<head>
<title>motherfucker</title>
<script>
var i, j, k;
i = j * k++;
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment