Hello guys,
I intend to write a (very) simple todo application using an XML file to
store the details of each task. I wondered if anyone had any experience
of using the various XML extensions in PHP 5, and could say which are
more suited to reading AND writing XML, which are more likely to be
present on more hosts, and which are easier to get to grips with, etc.
The reason for this is a lack of database on my host and it seemed like
a good thing to do. Alternatively, if anyone has any snippets
of/recommendations for a lightweight, flat-file/XML, PHP todo list I'd
be very grateful. I realise there are sites like tadalist.com but I had
hoped to learn more about PHP as a result of the exercise!
Apologies in advance if any of this is truly obvious.
Cheers,
Tom
I intend to write a (very) simple todo application using an XML file to
store the details of each task. I wondered if anyone had any experience
of using the various XML extensions in PHP 5, and could say which are
more suited to reading AND writing XML, which are more likely to be
present on more hosts, and which are easier to get to grips with, etc.
The reason for this is a lack of database on my host and it seemed like
a good thing to do. Alternatively, if anyone has any snippets
of/recommendations for a lightweight, flat-file/XML, PHP todo list I'd
be very grateful. I realise there are sites like tadalist.com but I had
hoped to learn more about PHP as a result of the exercise!
Apologies in advance if any of this is truly obvious.
Cheers,
Tom
Comment