Merge two mysql_query results
Posted: Wed Sep 07, 2011 9:57 am
Hello !
In my code i generate two mysql_query results as shown
I need to then merge these into one array to send back as a return
Both mysql queries have the same data in them in terms of database fields, instructionType, priceCode, price
Could someone help me please
Thanks
David
In my code i generate two mysql_query results as shown
Code: Select all
$Result = mysql_query( $Query );
$SecondResult = mysql_query( $LabQuery );Both mysql queries have the same data in them in terms of database fields, instructionType, priceCode, price
Could someone help me please
Thanks
David