What pages are needed --------------------- 1) FORM - to get the data in 2) VERIFICATION - get data into the table 3) (VIWE) Long Report (all the data) 4) (VIEW) Summary Report - like index.php for nationalEx 5) (VIEW) Detail Report - like product_details.php for nationalEx 6) Temporary - the static report so we have a model of the data 7) MENU - so we can go to any page we want in this little system Create a Folder Structure ------------------------- www.prupis.info/dialogbox/menu.html dialogbox.html - the model static page www.prupis.info/dialogbox/css www.prupis.info/dialogbox/static - for static pages Design the Database ------------------- 1) name the database 2) name for the user 3) password for the user 4) Design the tables 1) Name the table/s 2) name the columns 3) assign data types 4) assign column widths 5) primary key 6) NULL or NOT NULL http://home.comcast.net/~bprupis/htdocs/classproject.txt