XML as database

A

Anonymous

Guest
Hi,

Can anyone send me standard code sample to insert/update/delete/list data from XML file using PHP. I want to use above operations on XML file, no need to have mysql database here.
 
Did you take a look at http://se.php.net/manual/en/ref.simplexml.php ?
And simmilar functions? Manual is your best friend ;)
 
Back
Top