Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ...
  2. $.ajax({
  3. url: 'themes.php',
  4. type: "POST",
  5. data: JSON.stringify(result),
  6. contentType: 'application/json'
  7. });
  8.  
  9. ...
  10.  
  11. ...
  12. $items = json_decode(file_get_contents('php://input'), true);
  13. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement