Skip to content

Instantly share code, notes, and snippets.

@henryhu712
Created April 14, 2016 10:43
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 henryhu712/4422e34abf35d76732430914fa6395ff to your computer and use it in GitHub Desktop.
Save henryhu712/4422e34abf35d76732430914fa6395ff to your computer and use it in GitHub Desktop.
Pass array from Javascript to PHP

JS:

JSON.stringify(myArr)

PHP

json_decode(str_replace('\\', '', $_POST['var']));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment