Archive for January, 2008

Adv. Web AS12: Implode/Explode

Monday, January 28th, 2008

Explosion

This assignment focuses on arrays and using them with files. In particular, the PHP implode() and explode() functions which are used to store array data in files. Check out my version of the assignment HERE.

Adv. Web AS11: Simple Guestbook

Saturday, January 5th, 2008

Guestbook Image

For our next assignment, we will create a simple guestbook using a text file. The guestbook will be a form that submits to itself. The key to this assignment is the ORDER that operations are completed. First the file should be written, then read, and then the entry form is displayed for NEW guestbook entries. Check out my version of the assignment HERE.  You can also see how the data file looks HERE.