Subversion Repositories ALCASAR

Rev

Rev 2853 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2853 Rev 3173
Line 174... Line 174...
174
	echo "</thead>";
174
	echo "</thead>";
175
	echo "<tbody>";
175
	echo "<tbody>";
176
	$fichier = fopen($filename, "r");
176
	$fichier = fopen($filename, "r");
177
	$content = file($filename);
177
	$content = file($filename);
178
	$content = array_reverse($content);
178
	$content = array_reverse($content);
179
	foreach($content as $line){
179
	foreach ($content as $line){
180
		$infos=explode("|||", $line);
180
		$infos=explode("|||", $line);
181
		echo "<tr>";
181
		echo "<tr>";
182
		echo "<td>$infos[0]</td>";
182
		echo "<td>$infos[0]</td>";
183
		echo "<td>$infos[1]</td>";
183
		echo "<td>$infos[1]</td>";
184
		echo "<td>$infos[2]</td>";
184
		echo "<td>$infos[2]</td>";