include ("forixinc.php");
include ("pi_util.php");
include ("util.php");
function where()
{
extract($GLOBALS);
fxhead("Forix: ".$titulo[$N_DRIVS]);
tab_ini();
tab_bar(2);
?>
Where are they now ? |
Richard Jenkins |
tab_bar(4);
tab_bor();
?>
A frequent question asked in life is "Where Are They Now?" and this is also true for the 700 or so drivers who appeared in a World Championship Grand Prix. Over the last ten years, with the help of many colleagues, I've tried to find out what happened to them after their F1 career ended & the results can be seen in the little box in the drivers profile. However this is an ongoing process & any information any of you have about any driver will always be appreciated.
| |
tab_bar(4);
?>Latest updates |
tab_bar(4);
?>
$SQLQuery="SELECT dayofmonth(pinow.marca) as dd, month(pinow.marca) as mm, pinow.rpi, pinow.texto, pin.nome, contactos.copynote FROM pinow, pin, contactos WHERE pinow.rpi=pin.rpi and pinow.Autor=contactos.sig and pinow.lin=".$lin." Order by pinow.marca desc limit 8";
$result = mysql_query($SQLQuery);
$BGC=$TR2_BGC;
while ($RSnotes= mysql_fetch_array($result)) {
if ($BGC==$TR1_BGC) $BGC=$TR2_BGC; else $BGC=$TR1_BGC;
?>"> echo $RSnotes["nome"]; ?>: echo $RSnotes["texto"]; ?> ( echo pri_data($RSnotes["dd"],$RSnotes["mm"],0,1); ?>) |
}
?> |
tab_bor();
tab_bar(4);
?>
tab_bar(4);
tab_fim();
fxtail();
}
$cmd=intval(get_arg("c"));
where();
?>