Hi Drawmack,
I used your code, but i'm getting an error on line 8, a HUGE error as well. Just one or 3 requests caused my php log to increase to 210megs.
My error: Warning: Supplied argument is not a valid MySQL result resource in ./fileName.php on line 8
line 8:
while(NUM_FINALISTS > count($finalists)) {
Although this error is nothing more than a warning, it got appended to my log is a zillion times, and nothig got appended to table2, table2 is still empty.
Any Idea what's up?
Thx