|
[Webscripting Homepage] | [Javascript Homepage] | [Perl/CGI HomePage] | [PHP Homepage]
CIS166AE PHP Final Project
For the most part, what your site about is up to you, though it must be
professional in behavior and content. Some suggestions include:
- An Auction Site
- A shopping cart type site
- A weblog
- A site for member only services
- A search content type site
Requirements
- 2-3 forms (can be used from include files)
- Must use a controller file, and a seperate view, and data model as well (MVC)
- untaint ALL user input with preg(_replace),substr etc
- database of 2-5 tables
- Can use php to insert/update tables (maybe only for admin)
- Session ID that is used to track user, from an value in a
database
- form that links to a separate php file
- Use of include files
- Use of 2 or more classes, including private members
- email confirmation of user input
This page last updated on:
|