not by me
Sorry for the code but the vieuw/result is not the same
take also a look to my post on database
$output .= "<table border='0' align='center'>";
$output .= "<tr>";
$output .= " <td align='center' width='100'>niveau</td>";
$output .= " <td align='center' width='30'>$niveau_3_prent</td>";
$output .= " <td align='center' width='30'>$niveau_4_prent</td>";
$output .= " <td align='center' width='30'>$niveau_5_prent</td>";
$output .= " <td align='center' width='30'>$niveau_6_prent</td>";
$output .= " <td align='center' width='30'>$niveau_7_prent</td>";
$output .= " <td align='center' width='30'>$niveau_8_prent</td>";
$output .= "</tr>";
$output .= "<tr>";
$output .= " <td align='center' width='100' valign='bottom'>Number of routes</td>";
$output .= " <td width='30' align='center' valign='bottom'>$niveau_3_balk</td>";
$output .= " <td align='center' width='30' valign='bottom'>$niveau_4_balk</td>";
$output .= " <td align='center' width='30' valign='bottom'>$niveau_5_balk</td>";
$output .= " <td align='center' width='30' valign='bottom'>$niveau_6_balk</td>";
$output .= " <td align='center' width='30' valign='bottom'>$niveau_7_balk</td>";
$output .= " <td align='center' width='30' valign='bottom'>$niveau_8_balk</td>";
$output .= "</tr>";
$output .= "</table>";
or
include("sturing/f_cot_fr.php");
the include file is:
the same as the code above only with <? code.... ?>
would you try it?
it the reason of my post on database
Thanks
GVANACO