CPSC415A
Web Programming

Assignment 16

PHP Simple XML

Create a PHP script that functions like the script in the previous assignment except that it uses XML to store the database of names and numbers. The script sshould display the phone number associated with a name that is specified as a URL argument. The names and phone numbers should be stored in an XML file. If the name specified in the URL argument is not in the array, the script should display and error message.

Submission

Submit your code on the course Inquire site.