> SELECT field1, field2, field8 FROM mytable WHERE <whatever>
> 
> as opposed to:
> 
> SELECT * FROM mytable WHERE <whatever>
>
> It may be you're already doing this, but it wasn't clear from your post.

Yes, Murray, thank you, and I am already doing this. :)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to