Using HTML, JSP, MySQL I implimented a method to allow a customer to input and update information such as Names, Adress, and Phone Number. I started by setting up the general connections to MySQLworkbench and the HTML page. Then I used a cookie to store the users' account number. Using that Cookie I was albe to set it as a condition for my SQL code gathering and changing the current useres informaition.Finally I set up checkpoints assuring that the general format of information stayed consistent in my DataBase. To see more on this page or the full project you can click the Github icon.


Again using HTML, JSP,and MySQL, I implimented a method to allow the user to get his travel itinerary for their selected reservation.I started by setting up the general connections to MySQLworkbench and the HTML page where I would return the table. I requested a parameter "resCode" from the user. This parameter was used to implement in my SQL code. Then I created a skeleton table that will hold all the information in table form. Finally I created a while loop to return all corolated travel information of the specific user. To see more on this page or the full project you can click the Github icon.