1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
<?php
Include ("Index.php");
$res_83;
?>
.........
<TABLE id="" border="0" class=fborder style="WIDTH:90% " >
<table border="1" class=fborder style="WIDTH: 100%">
<tr class=forumheader_res>
<td colspan="2" style="WIDTH:30%"> <div align="center">83</div> </td>
<td ><div align="center">Res </div></td>
<td colspan="2" style="WIDTH: 40%"><div align="center"><?php echo number_format(($res_83)/100, 2, ",", " ");?></div></td>
</tr>
</table>
..........
<?php $res_83=$tot_c83*10; ?> |
Partager