This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

xml


Page 1 of 11

Simple XML Reading Using PHP

Sample XML File Used The following XML data will be contained in the referenced “test_file.xml”: XML Mustang Accord XML <?xml version=“1.0″ encoding=“ISO-8859-1″?> <cars> <make name=“Ford”> <model>Mustang</model> </make> <make name=“Honda”> <model>Accord</model> </make> </cars> Loading XML Data Using simplexml_load_file This function is typically used for loading XML data either from a file, or a remote call. In this... (Continue reading)

Tagged with:             

Page 1 of 11