Skip to content

Instantly share code, notes, and snippets.

@IgnacioGaldames
Created December 14, 2016 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IgnacioGaldames/dc1fcb01f8c137c4bb93107a2874ec69 to your computer and use it in GitHub Desktop.
Save IgnacioGaldames/dc1fcb01f8c137c4bb93107a2874ec69 to your computer and use it in GitHub Desktop.
php array in javascript
var myArray = <?php echo json_encode($php_array); ?>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment