Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I load a xml file with PHP? [duplicate]

Tags:

php

xml

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

like image 931
mark rammmy Avatar asked Jul 16 '26 07:07

mark rammmy


1 Answers

What about http://www.php.net/manual/en/simplexml.examples-basic.php?

like image 168
Krab Avatar answered Jul 17 '26 19:07

Krab



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!