View Full Version : Resolved Update Data
salman1karim
11-06-2013, 06:30 AM
I want to update the product list and inside all product list will shown even add by multiple user.
Now user 1 add more than one product and one product has been sold than User 1 press the Update button and the product status will shown "SOLD". I am using php with mysql.
please see the image for Product List 5267
please see the image for sql table: 5268
james438
11-06-2013, 09:34 AM
If I am understanding you correctly you want the seller to be able to view the list of items for sale including his own items. Where his items are displayed there will be an option to press a button which will update whether the item has been purchased and therefore no longer available.
The problem that you are having is that when the owner has more than one item for sale there will be more than one update button and you want the button to only update the listed availability for that item. Am I understanding you correctly?
salman1karim
11-06-2013, 10:18 AM
yes you are right!
salman1karim
11-06-2013, 11:29 AM
yes you are right!
Yeah I did it through the jquery. :)
james438
11-06-2013, 05:19 PM
Yeah I did it through the jquery. :)
Does this mean that your problem is solved? If so please mark this thread as resolved by editing your first post in this thread and hit go advanced and there will be an option next to the title of your thread to mark the thread as resolved.
If your problem is not resolved could you post the code that you are currently using so we can troubleshoot your code?
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.