Da_iMac_Daddy
Not-so-Neo-DumbA$$
Is there any easy way to use xml documents with php. My webhost only offers me one MySql DB and I don't want to have to go learning how to work a database and mess up the only one I have. Plus I don't need the functionality of a database. I want to have a book list of books I am reading.
The xml looks like this:
Any help is greatly appreciated.
::edit:: I did look this up on php.net but they were talking about compiling libraries and I don't have access through my web host to do anything like that.::/edit::
The xml looks like this:
Code:
<book>
<title>A Different Kind of Teacher</title>
<author>John Taylor Gatto</author>
<progress>page 100</progress>
</book>
Any help is greatly appreciated.
::edit:: I did look this up on php.net but they were talking about compiling libraries and I don't have access through my web host to do anything like that.::/edit::