On 1/22/2015 8:50 PM, dealTek wrote:
Hi all, (newbie question)
- let's say, (for some other reasons I'll skip here) I needed to do two separate queries to the same mysql contacts table (rather than one more elegant combined one)
1 - find everybody from California
2 - find everybody from Texas
Then – I would like to combine both of these queries into some kind of an array that I could loop through and display after sorting by last name
Q: I am curious the best way to combine the 2 separate queries into 1 afterwards?
--
Thanks,
Dave - DealTek
dealtek@xxxxxxxxx
[db-15]
Makes no sense to do two queries just to end up with them in one array.
Period.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php