i have a serialized output from a CURL posted form
you can check the output here
http://shopnineteen.com/new-admin/payu.php
The output is a return of the CURL form action url
i want to capture this output and unserialized it
how i can do that ?
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.
I’m not sure if this is what you were after, but here is a very simple cURL request for that URL, and then it unserializes the result.