Assignment #5a

PHP Dictionary
Level of Difficulty: Hard
Potential Points: 108 out of 100

You are to create a PHP script that constructs a dictionary accessible from a web form built from this text file. Read the text file into an associative array. A user should be able to input a word, and if found, view the word along with its corresponding definition. The output (HTML) and logic (PHP) must be an exact recreation of this dictionary script.

Grading

Specifications

Notes

You are to post your script in a web accessible directory in your Ruby account. The files should also be sent to me at burta@unc.edu as a [your Ruby login].zip file. In the body or message of your email, send me the URL of your posted dictionary script. Don't send me the location of your imported file.

One more time: ask me the questions, not classmates! This work like most work is an individual effort. Sharing code for this type of problem is easily verifiable.


Andre S. Burton