Thread
:
A little MySQL help...
View Single Post
04-25-2013, 03:44 PM
Dankasaur
So Fucking Fossilized
Industry Role:
Join Date: Sep 2011
Posts: 1,432
Set an ID on the data field, then when you loop over that data, at the end send the delete query with WHERE data_id = $query->data_id
Then when it's done with that row, it'll delete it and move on to the next one.
Dankasaur
View Public Profile
Find More Posts by Dankasaur