I am trying to parse xml into array using objectsIntoArray() using PHP and i am getting error Call to undefined function objectsIntoArray().
please anybody help
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.
SimpleXML Extension is missing, not installed, or you have a wrong PHP version or SimpleXML version.phpinfo()and check http://www.php.net/manual/en/simplexml.installation.phpSo
objectsIntoArray()it’s just a hand-made function. It isn’t built into php so you have to include it manually.