![]() |
|
|
|
|
|
|
|
|
|
|
|
Training
Grove Madsen Industries offers training classes on a variety of topics. The schedule is listed below.
For information on our Las Vegas programs, please contact
the Las Vegas Training Coordinator. For Reno programs, please contact
the Reno Training Coordinator. |
|
|||||||||||||||||||||||||||||||
|
|
|
|
# Open local data file
$datafile = file("training.data");
# Set arrays
$lv = Array();
$reno = Array();
foreach($datafile AS $entry) { # For every entry
$entry = explode(" ",$entry); # Put each entry into an array
if ($entry[0] == "lv") { # If it's a Las Vegas entry
$lv[] = $entry; # add it to the las vegas array
}else if ($entry[0] == "reno") { # Same for reno
$reno[] = $entry; # and its array
}
}
function datesort ($a, $b) {
if ($a[1] == $b[1]) return 0;
return ($a[1] < $b[1]) ? -1 : 1;
}
usort($reno, "datesort");
usort($lv, "datesort");
?>
Las Vegas
Reno
National Training
|
||||||||||||||||||||||||||||||||
|
|
Website designed and hosted by Twelve Horses North America Copyright © 1996-=date(Y);?> Grove Madsen Industries |
||||||||||||||||||||||||||||||||||