<html> <body> <table border="0" cellpading="3"> <tr> <td bgcolor = "#CCCCCC" align="center">Odległość</td> <td bgcolor = "#CCCCCC" align="center">Koszt</td> </tr> <?php $odleglosc = 50; while ($odleglosc <= 250 ) { $odleglosc += 50; } ?> </table> </body> </html>
wyskakuje error w lini 12. prosze o pomoc.