Sorry I forgot to mention that Yes i know tis part but i would like to know how to update the database with the right value Example Table format: Item_id | Item_name | Item_status 0025 | Laptop | Available Now when I have the Item_id sored in a Local storage variable and click on Not Available how d...
Good day, I'm trying to update the status of an item when i am clicking a button Example: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1079710/2014_07_23_10_56_55_Mobile_Preview_inline.png?1406127513 I would like to update the database whenever one of the button (Avail/NotAvail) is clicked. I hav...
How to display results of 2 field in 1 list item.
My database has 2 fields (Itemname and status) the status is (avail, N/A, Ordered) I would like to have my items display in my list like :
Item1 (Avail)
Item2 (Order)