Possible Duplicate:
Best XML Parser for PHP
I have an XML code like as given below
<response-code>100</response-code>
<tktname>m1318049ebc11833623372</tktname>
<abc-id>1237829</abc-id>
I want to fetch the tktname from the XMl using 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.
What about http://www.php.net/manual/en/simplexml.examples-basic.php?