I was just was asked to try and do this. I need to adapt an HTML form which when submitted will write to an existing XML file, essentially appending new information to the end of the file, in the proper XML format..😉
I'm working on Win98se, using the latest release of PHP4, 4.0.6., using the BadBlue webserver written in PHP. I have Apache if that's better for developing this job, or perhaps MS-PWS since I'm on Windows.
I encountered a problem when I uncommented php_domxml.dll to test, the processes(?) never closed, so I had to shut down PHP umpteen times to shut down Windows. I'm thinking that since I have the Win32 binary that I may not need to uncommet that extension.
The form is already written, I just need to get the form information into the XML file. HELP!!! Websites, tutorials, books?
I'm just starting this task and would appreciate any suggestions.
Pete