plik file.txt
i co zrobić aby generowało html, bo nie chce zapisywać do tego pliku, np.
<?php foreach($lines as $line) { ?> <tr> </tr> <tr> <td colspan="2" bgcolor="#990000"> <img src="images/dot.gif" width=1 height=1 alt="." border="0"></td> </tr> <tr> </tr> <tr> <td colspan="2" bgcolor="#ffffff"> <img src="images/dot.gif" width=1 height=10 alt="." border="0"></td> </tr> <? } ?>