Hello,
Does anybody know any tutorial about using PHP5 SimpleXML with forms?
I have found some SimpleXML examples, but only modifying node
attributes from the php code directly.
I would like to make a simple CMS based on a page with a form
containing 2 fields (text description and picture uploader), wich data
(the text and the path to the picture file in the server) is stored in
a xml file.
Thanks in advance,
Pablo.
Does anybody know any tutorial about using PHP5 SimpleXML with forms?
I have found some SimpleXML examples, but only modifying node
attributes from the php code directly.
I would like to make a simple CMS based on a page with a form
containing 2 fields (text description and picture uploader), wich data
(the text and the path to the picture file in the server) is stored in
a xml file.
Thanks in advance,
Pablo.
Comment