supermarket

Create a php page through which you can connect to the grocery database and you can insert information into the grocery table.

PHP Question Items marked in orange are the new tasks. Using mysql client A. Create a database named Supermarket. Change the password. B. Create a table named grocery in the supermarket database. Grocery table should have the following information : itemname, itemtype(i.e fruit or vegetable), item description, price per unit, quantity available. Use appropriate data […]

Scroll to top