In reply to mseyunni:
I guess it depends on what you plan to do with the data after the items have been deletes. The code I wrote using an associative array will have gaps in the index values. If that is a problem, use the queue solution.
In reply to mseyunni:
I guess it depends on what you plan to do with the data after the items have been deletes. The code I wrote using an associative array will have gaps in the index values. If that is a problem, use the queue solution.