Create a page to register new users. Validate the fields before inserting new data into user 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 […]