
December 17th, 2006, 02:39 PM
|
 |
Banned ;)
|
|
Join Date: Nov 2001
Location: Woodland Hills, Los Angeles County, California, USA
|
|
Umm, you could revise your select statement to this:
Code:
select table1.first_name, table_2.info from table_2 where table_1.user_id = table_2.user_id;
This way, you need only one loop and the data is in the tabular format you need.
__________________
Up the Irons
What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home.
"Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest
Down with Sharon Osbourne
|