Exam Registration System

Language
The system is used to enter a student's details, and record their performance in assignments, assessment tests and the final exam. It also displays an online result slip for a student.

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

SQL query: -- -- Database: `assignment` -- -- -------------------------------------------------------- -- -- Table structure for table `article_tbl` -- CREATE TABLE IF NOT EXISTS `article_tbl` ( `a_id` int( 10 ) unsigned NOT NULL AUTO_INCREMENT , `loca_id` int( 10 ) NOT NULL , `title` varchar( 100 ) NOT NULL , `content` text NOT NULL , `status` char( 10 ) NOT NULL , `note` varchar( 100 ) NOT NULL , PRIMARY KEY ( `a_id` ) ) ENGINE = InnoDB DEFAULT CHARSET = latin1 AUTO_INCREMENT =5; MySQL said: Documentation #1046 - No database selected can you debug this pls..

Add new comment