murray
09-18-2009, 09:08 AM
We have some sort of SQL database which contains all of our products and we can create/delete/edit product information thru web form.
These products are shown in webpage as thumbnails and when we input new product, its thumbnail becomes first thumbnail in webpage and oldest product is last thumbnail.
We now need to rearrange products alot in that webpage. For instance product which product id is #2 changes to #413 and #413 becomes #401.
Our database don't have any way to rearrange these things thru our web form.
How we can do this using phpMyAdmin which is installed? Or are there any 3rd party desktop apps (for Macs) that are easier to do this?
If i click in phpMyAdmin left pane "product_element", then i see all our products listed. There is also column "productelement_id".
Thanks
These products are shown in webpage as thumbnails and when we input new product, its thumbnail becomes first thumbnail in webpage and oldest product is last thumbnail.
We now need to rearrange products alot in that webpage. For instance product which product id is #2 changes to #413 and #413 becomes #401.
Our database don't have any way to rearrange these things thru our web form.
How we can do this using phpMyAdmin which is installed? Or are there any 3rd party desktop apps (for Macs) that are easier to do this?
If i click in phpMyAdmin left pane "product_element", then i see all our products listed. There is also column "productelement_id".
Thanks