teresaleelim / intprojectmanagement

1 stars 0 forks source link

3. Website Development P2 (Database connection) #66

Closed teresaleelim closed 1 month ago

teresaleelim commented 1 month ago

For this part of the website development I focused on establishing a connection between the HTML page and the existing database of our SQL server so that it shows in the ERP.

teresaleelim commented 1 month ago

VERSION 2 WEBPAGE: [index page]: Image Image Image Image Image

Image

teresaleelim commented 1 month ago

VERSION 2 WEBPAGE: [about us page]

Image Image Image Image

teresaleelim commented 1 month ago

After redesigning the pages, I started working on connecting the information passed on the contact us page, so that it stores in our databases and displays in the ERP, where the admin could check the messages, who sent it, their email and their phone number. They should be able to check a checkbox when a message has been followed up/responded.

This was done through a PHP file and a local server was used to test its function. After implementing the PHP file, it was tested and it worked.