Question: The project about Burger restaurant Your development should contain at least 6 PHP pages: Home page This is the root page for your site and
The project about Burger restaurant
Your development should contain at least 6 PHP pages: Home page This is the root page for your site and so should contain introductory material to include: a. A header: containing the name of the company, the organization or the institute (even if it is imaginary!), its address, its location, its possible logo, etc. b. A footer : containing useful information (about contact or other ) c. A menu : containing the main links to the other pages of your site d. Optional: A complex background Pages 2 to 5 : your project must include: PHP & SQL: a. A page with a data entry form to be saved (add record) in a table in your database: a product in the PRODUCT table a flight in the table FLIGHT a visitor in the VISISTOR table etc. you must predict all the necessary PHP pages in order to update, delete, view and list of its elements (after database connection) b. A page that presents a choice to be made a drop-down list with names or image links a menu with names or image links a grid with names or image links etc. (form+ database connection) c. the page which corresponds to the choice made in b) and which provides dynamic data from the database. (after database connection) d. a page which represents the result following a selection request and which represents a single record as result ==> presents in a form all the necessary fields and the content returned by the request +(after database connection). Your development should contain at least 6 PHP pages: Home page This is the root page for your site and so should contain introductory material to include: a. A header: containing the name of the company, the organization or the institute (even if it is imaginary!), its address, its location, its possible logo, etc. b. A footer : containing useful information (about contact or other ) c. A menu : containing the main links to the other pages of your site d. Optional: A complex background Pages 2 to 5 : your project must include: PHP & SQL: a. A page with a data entry form to be saved (add record) in a table in your database: a product in the PRODUCT table a flight in the table FLIGHT a visitor in the VISISTOR table etc. you must predict all the necessary PHP pages in order to update, delete, view and list of its elements (after database connection) b. A page that presents a choice to be made a drop-down list with names or image links a menu with names or image links a grid with names or image links etc. (form+ database connection) c. the page which corresponds to the choice made in b) and which provides dynamic data from the database. (after database connection) d. a page which represents the result following a selection request and which represents a single record as result ==> presents in a form all the necessary fields and the content returned by the request +(after database connection). e. a page which represents the result following a select query and which represents several records as result and display of all the records in the form of a dynamic table. f. a page which represents the result following a selection query and which represents several records as result and display of a fixed number of records (example 5 per page) (after database connection) g. other pages can be added as needed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
