Envoyer tableau d'object ou associatif ajax
Résolu
wolves'sbrother
Messages postés
223
Date d'inscription
Statut
Membre
Dernière intervention
-
wolves'sbrother Messages postés 223 Date d'inscription Statut Membre Dernière intervention -
wolves'sbrother Messages postés 223 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
Je voudrais envoyé un tableau d'objet ou un tableau associatif à une page php avec une requete ajax. comment je fais??
Je voudrais envoyé un tableau d'objet ou un tableau associatif à une page php avec une requete ajax. comment je fais??
2 réponses
-
merci.
J'ai quand même eu pas mal de souci coté serveur, json_decode me renvoyer un tableau vide.
Si ça peur aider quelqu'un : il faut utiliser JSON.stringify sur le tableau à envoyer
et json_decode(stripslashes($_POST['tableau']),true).
Telecharger json2.js pour pouvoir utiliser JSON.stringify -
Salut.
JSON est peut-être la solution à ton problème.
Je te laisse chercher dans cette voie.