Although I have implemented the login attribute the system is new therefore no users will exist within the database at this point in time therefore a register section is important. Here users will be asked to enter their name, pnumber and course level in order for the system to record some of their student details.
The information provided in the form will need to be added to the database with the use of adddata.php. The add data form will be processed and incorporate the information into the database. Once this has been undertaken by the system users will be directed to another page preferably their profile. The main idea behind this is so that they can personalize their page before uploading any files onto the system.
Below is the HTML form at this point I am focusing on the functionality instead of the design therefore it will be appearing very basic just like the image below.
Before I tested the functionality of the file I decided to alter a section, within the original code I included the word level so that students could enter the level they are currently completing within their degree. I changed this as it is not relevant or needed information at this time.
Now I will need to run and test the code to see if the queries are working and if not debug any errors or conflicts.




No comments:
Post a Comment