maliary Posted May 7, 2007 Share Posted May 7, 2007 Hi, I would like to know how i can add the following function calls together to produce one. $encounterone=&$lab_obj->searchEncounterLabResults($keyword,$pagen->MaxCount(),$pgx,$oitem,$odir); $encountertwo=&$labs_obj->searchEncounterLabResults2($keyword,$pagen->MaxCount(),$pgx,$oitem,$odir); How can I add these two to get one output.-- $encounter which i can use here while($zeile=$encounter->FetchRow()){ display script } Maliary Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.