
Informatics I494:
Designing and Developing an Information System
Objectives:
The objective of this assignment is for the student to demonstrate a reasonable
level of comfort with constructing simple dynamic web programs using PHP,
and thereby
complete the I494 PHP 1: Introduction technology seminar requirements.
Assignment
1. Recreate this HTML page using only
echo commands in a php script.
2. Write a single PHP page that carries out all of the instructions on this
page.
3. Write a PHP script that imitates a login page. You should use a form
that accepts a username and password, then upon submission compares the password
to a predetermined value. Depending on if the passwords match, show different
text.
4. Move your XHTML homepage that you created for the XHTML tech seminar
from Steel to Spock along with any CSS and image files that go with it.
Rename the XHTML page with a .php extension, and set permissions on it to 700. Modify this page using PHP. You should use at least 2 PHP code segments
to write some of your
XHTML. You may elect to keep the same appearance for your page or you may
change
the appearance
to take advantage of the capabilities offered by PHP.
Turn in the links to your PHP scripts in a text file. Include complete
copies of your PHP source for each page in the file! In other
words, copy and paste your code for each page into the text file. Name
the file
php.doc and submit it in the Lab Nine dropbox on Oncourse.
Due Date:
This assignment is due by midnight on the 7th day following the date of the seminar session attended.
You will receive feedback on this assignment within a week after the due date.
|