get_entries_by_mac(split(",",$_GET['mac'])); foreach($res as $entry){ echo $entry['MACADDRESS']."|".$entry['PROGRESS']."\n"; } ?>