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 Link to comment https://forums.phpfreaks.com/topic/50329-solved-adding-objects/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.