06.07.2003 14:21:09, Brion Vibber brion@pobox.com wrote:
It may be a touch more efficient to do the deletes in one query, such as: $sql = "DELETE FROM links WHERE l_from='{$this->mTitleEnc}' AND l_to IN (". implode( ",", $del) . ")";
Probably not just a touch. :-)
Yeah, I was going to say the same. Do it this way, and then this way should always be faster than the old way, so trash it.
I would have loved to do it, but I guess I'm too late :-) Timwi