1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| $TabTitre = array
(
"$numBoucle","$ligne["site"]","$ligne["ipsubnet"]","$ligne["compname"]",
"$ligne["userid"]","$ligne["userfullname"]","$ligne["ip"]","$ligne["domain"]","$ligne["userdomain"]",
"$ligne["os"]","$ligne["sp"]","$ligne["smodel"]","$ligne["cpu"]","$ligne["mhz"]","$ligne["ram"]",
"$ligne["timestamp"]","$ligne["lastboot"]","$ligne["compname"]","$ligne["userid"]",
"$ligne["userfullname"]","$ligne["naiver"]","$ligne["naidatver"]","$date","$age","$ligne["vnc"]",
"$ligne["vncstart"]","$ligne["kixdir"]","$ligne["mysqldir"]","$ligne["outils"]"
);
echo"<TR bgcolor=".$bgcolor." align = center>";
foreach($TabLigne as $element2)
{
echo"<TD nowrap='nowrap'>".$element2."</TD>";
}
echo"</TR>";
$ligne = mysql_fetch_assoc($resultat);$numBoucle++; |
Partager