Re: [PHP] adding the results of mysql_query

2008-05-06 Thread Stut
On 6 May 2008, at 15:05, It Maq wrote: I need to add the result of 4 calls to mysql_query (4 different queries) to the same object so that i can mysql_fetch_object in the same loop. Is that possible? otherwise is there any other alternative? No, but you should be able to do it in one query

[PHP] adding the results of mysql_query

2008-05-06 Thread It Maq
Hi, I need to add the result of 4 calls to mysql_query (4 different queries) to the same object so that i can mysql_fetch_object in the same loop. Is that possible? otherwise is there any other alternative? Thank you _