Question: this is a SQL table item (iid, name, description, qty). Need help on creating a Form.html like the picture show below and an InsertDatabase.php (backend)

this is a SQL table item (iid, name, description, qty).
Need help on creating a Form.html like the picture show below  this is a SQL table item (iid, name, description, qty). Need
and an InsertDatabase.php (backend) along with connect.php to add new or update items into the SQL "item" table depending on which option/button is submitted.
SQL Item table code
help on creating a Form.html like the picture show below and an

New item | desc. Qty. Add Restocking Count | item desc. 0 Count | item desc. O Count | item desc. 0 Count item desc. 0 Count | item desc. 0 Count | item desc. 0 Update CREATE TABLE item( iid INT NOT NULL AUTO_INCREMENT, name VARCHAR(40), description VARCHAR(200), qty INT, UNIQUE (name), PRIMARY KEY(iid) ) ENGINE MYISAM; New item | desc. Qty. Add Restocking Count | item desc. 0 Count | item desc. O Count | item desc. 0 Count item desc. 0 Count | item desc. 0 Count | item desc. 0 Update CREATE TABLE item( iid INT NOT NULL AUTO_INCREMENT, name VARCHAR(40), description VARCHAR(200), qty INT, UNIQUE (name), PRIMARY KEY(iid) ) ENGINE MYISAM

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!