Skip to content

Instantly share code, notes, and snippets.

@Djuki
Created September 26, 2011 08:35
Show Gist options
  • Save Djuki/1241864 to your computer and use it in GitHub Desktop.
Save Djuki/1241864 to your computer and use it in GitHub Desktop.
Mix javascript and php
$javascript = <<<JS
function javascriptFunction()
{
/* Some javascript code here */
}
JS;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment