'team_ansley', 'where' => whereRecordNumberInUrl(1), 'limit' => '1', )); $team_ansleyRecord = @$team_ansleyRecords[0]; // get first record // show error message if no matching record is found if (!$team_ansleyRecord) { print "Record not found!"; exit; } ?>
|