How to update ALL records when inserting new image
I have categories and subcategories and they contain images. The images are in db with an order number, the lowest number is shown first on the website
When I insert images (i have a multiple image uploader) all order numbers need update. WHen I insert for exemple 4 images, these 4 image have order 1,2,3,4 and the order of images already in db (for that category) need to become current order number + 4 and I don't know how to do this.
Anyone that can point me in the right direction?
Bianca
