Skip to content

Instantly share code, notes, and snippets.

@diewland
Last active January 3, 2017 08:32
Show Gist options
  • Save diewland/c26f930da418b2dec59795cdb6d4bb41 to your computer and use it in GitHub Desktop.
Save diewland/c26f930da418b2dec59795cdb6d4bb41 to your computer and use it in GitHub Desktop.
Transform data from php to javascript
<script>
<?php
echo "var data = ".json_encode($data).";";
?>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment