View Single Post
Old 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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote