All pastes #111270 Raw Edit

Stuff

public text v1 · immutable
#111270 ·published 2006-08-02 08:07 UTC
rendered paste body
//spit out the results
echo "<font face=\"verdana\" color=\"#ffffff\" size=\"1\">";
if($users == 1) {
print ("$users Piloto En Linea!\n");
} else {
print("$users Pilotos En Linea!\n");
}
echo "</font>";
?>