[snip]
I don't really want to do a isset check for every index  I have.
[/snip]

Premature optimization is the root of all evil.  Checks like this will
take nanoseconds to check.  Find another way to optimize, like writing
better SQL queries.

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

Reply via email to