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