Mouse over the icons to see the people who have class when you need to be there and live either in your zipcode or near the highway you travel
"; } else { echo "You may now organize a carpool home from AI
Mouse over the icons to see the people who have class when you need to be there and live either in your zipcode or near the highway you travel
"; } $sql = mysql_query("select * from users where zip = '$zip' or highway = '$highway' and id != '$id'"); $i=1; while ($row = mysql_fetch_array($sql)) { $userid = $row[0]; if ($direction == "to") { $newsql = mysql_query("select * from schedule where $start = 'yes' and userid = '$userid'"); while ($newrow = mysql_fetch_array($newsql)) { $newuserid = $newrow[2]; $evennewersql = mysql_query("select name, proximity, highway, zip from users where id = '$newuserid'"); $evennewerrow = mysql_fetch_array($evennewersql); $name = $evennewerrow[0]; $proximity = $evennewerrow[1]; $highway = $evennewerrow[2]; $zip = $evennewerrow[3]; //echo "$name starts class at $start and ends class at $end and lives in $zip, $proximity miles from the $highway
"; $lastsql = mysql_query("select xtopleftcoord, ytopleftcoord from zips where zip = '$zip'"); $lastrow = mysql_fetch_array($lastsql); $left = $lastrow[0]; $top = $lastrow[1]; $left = $left + $i; $top = $top + $i; ?> "; echo ""; exit(); } ?>
Will this be a carpool to the Art Institute or from the Art Institute?

Select the day

What time do you have to be there?

When is your last class?