hello
I'm new to PHP and would really appreciate if anyone could help me out with this.I would like to knoe if I can use PHP as front end and XML as back end. I mean I would lik eto store data into XML file and retrieve from the XML file to dispaly the results rather than MYSQL database. If any one could provide me with a sample, I would appreciate it.
Agian thanx very much for your help.
PHP with XML
Moderator: General Moderators
With php5 you can use SimpleXML. O'reilly ONLAMP has an excellent tutorial on how to use simplexml @ http://www.onlamp.com/pub/a/php/2004/01 ... lexml.html.
With php4 you can build your own parser functions; and here's a tutorial on how to do this: http://zend.com/zend/tut/tutbarlach.php.
With php4 you can build your own parser functions; and here's a tutorial on how to do this: http://zend.com/zend/tut/tutbarlach.php.