mysqlSelectRows("Select * from net where xdate>'".date("Y-m-d")."' limit 1 ");
$NCN=GetName($arr[0]['NC']);
$ANCN=GetName($arr[0]['ANC']);
$ELN=GetName($arr[0]['EL']);
$WLN=GetName($arr[0]['WL']);
?>
Next Week
Position | Scheduled |
Net Control | =$arr[0]['NC']." (".$NCN[0]['fname'].")";?> |
Alt Net Control | =$arr[0]['ANC']." (".$ANCN[0]['fname'].")";?> |
East Sector | =$arr[0]['EL']." (".$ELN[0]['fname'].")";?> |
West Sector | =$arr[0]['WL']." (".$WLN[0]['fname'].")";?> |