I have a mysql table filled with crap. I need to pull random lines from this table making sure that each time I query a line that is can not be queried again.
Which is better, doing it all as a mysql statement, or doing it inside of php? Either way I will have to figure out the method to do it, but maybe one of you php pros can point me in the right direction so I learn the right one first...
