Nasıl php ile mysql veritabanına resim dizisi değişiklikleri saklamak yok

0 Cevap php

I am trying to build a photo organization table and am looking for advice and/or examples of how to save the display sequence of photos to a database. I'm using php and mysql

Example: If I have 10 photos in an album and decide to change the sequence of images, so I move a photo from seq 2 to seq 7, then the sequence changes to the following.

1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Orijinal Seri

1, 7, 2, 3, 4, 5, 6, 8, 9, 10 Yeni Dizi

Nasıl bütün etkilenen satırların için sırası sütun değişti veritabanı söyleyebilirim? ... Bir operasyonda.

Aynı anda db birden fazla satır değişir mi? Ben sadece etkilenen satırlar sınırlamak Can

fotoğrafları tablo şu "rowID, dizisi, URL ...." vardır

0 Cevap