CPSC415A
Web Programming

Assignment 15

PHP Arguments

Create a PHP script that displays the phone number associated with a name. The name should be specified as a URL argument. The names and phone numbers should be stored in an associative array. If the name specified in the URL argument is not in the array, the script should display an error message.

Submission

Submit your code on the course Inquire site.