Skip to content

Instantly share code, notes, and snippets.

@tobiastom
Forked from anonymous/gist:622078
Created October 12, 2010 12:11
Show Gist options
  • Save tobiastom/622079 to your computer and use it in GitHub Desktop.
Save tobiastom/622079 to your computer and use it in GitHub Desktop.
<?php
function load( $params ) {
$data = array( 'lulu', array( 'foo' => 'bar' ) );
printf("<script language = 'javascript'>alert(%s);</script>", json_encode( $data ));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment