Reply to Re: Using mysql_result() Deletes Row From Result
Posted by Steve on 09/11/06 03:16
> Another option would be to run a query to fetch just the category
> description, rather than return it in every single row (just to save a
> query). At some point the extra data returned will take longer than a
> second select statement.
I thought about doing that, but it seemed more efficient to try to get everything with one query.