Register page is important for adding new users to the system this option will be available within the login drop down where the user will be directed to the enterdata.php page. I had already began on the functionality of this page although I left it to work on more important sections of my project although this is still undergoing I felt that it was important to finish off this stage. Within the previous form I only aimed to stored the users full name and pnumber, this time I have added a username and password to the form that will be added to the login table within the database.
Once I clicked on the submit button I was directed to another page (joined.php) where the information entered within the form will be echoed out unfortunately as you can see for the image below this is not the case.
Ok so after trying multiple times to add users to the database and not experiencing an actual addition I realised that part of the insert query of the register form was actually working. The user personal details were not being stored into the user page although their chosen username and password was being stored onto the login database table. therefor my task is now to attempt to fix the first query in order to produce a fully functional register page.



No comments:
Post a Comment