CSI 360 - Database Systems

Below is a txt listing of the files I used to complete the hw3 db project. You may use them as a reference for your final project. Also, on the servers, you can type (on the command line):
php -l filename.php
Please note that the -l is a dash el (it is not dash one). This will test the syntax of your php file. So when you get a simple white page (as sometimes happens) it is usually due to a syntax error and you can check the error with this command. If your page renders *something* you can usually use
$link->error
to see those errors.