// Join variables are assigned here:: $slct = "mg.*"; $from = $prev."msg as mg JOIN mber as m ON m.ud = mg.fd"; $cond = "mg.td = '1' AND mg.tl ='No' "; $data = getTablefunction($from, $slct, $cond); $data_count = count($data);
Python Developer | Blogger