I have a variable named
var type = [];
where i do
type.push({'type' : 1});
and finally i get the following object:
[{"type":"1"},{"type":"2"},{"type":"3"},{"type":"4"}]
by doing JSON.stringify();
but how can i get the type inside PHP?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use json_decode