CSC 370: The Week beginning Apr. 26
PROJECT:
Make a "site" consisting of at least two pages that involve PHP, MySQL, JavaScript (including JQuery) and CSS. Include a image. One page should have some type of user input that is validated.
Due at the beginning of final's week.
Tuesday:
Example of an HTM form being handled by a PHP page that inserts data into a MySQL database.
Thursday:
Same as Tuesday's but the database username and password are in a separate
include file
.