[Solved] parse error in PHP page [duplicate]


You have forgotten to close the } for the if clause above. Try closing it after HTML.

<?php $i=$i+1; }?>
</table>
</body>
</html>
<?php
}
?>

2

solved parse error in PHP page [duplicate]