PHP – Simple XML GET
XML has a GET method that will allow you to get the node values from the XML file using the PHP code. Below is some example that will help you to know how data is accessed from XML. Detail.xml file which can be accessed via PHP- <DETAIL> <COURSE>CS</COURSE> <COMPANY>JUST-TIME</COMPANY> <PRICE>$10</PRICE> </DETAIL> Now we will create a file (index.htm)… Read More »