CPSC415A
Web Programming

Assignment 17

PHP XML Reader & Writer

Modify the script from the previous assignment so that it can modify the XML file. The script should add a name and number to the XML file that are specified via URL arguments. If the name is already in the XML file, the number should be updated to the number specified in the URL arguments. The script should use PHP XMLReader and XMLWriter objects to do the reading and writing.

Submission

Submit your code on the course Inquire site.