Просмотр файла err.php
<?php include_once'sys/index.php'; head('Ошибка'); echo'<div class="ferma_menu">'; if($_GET['err']==400)echo'Ошибка 400!'; if($_GET['err']==401)echo'Ошибка 401!'; if($_GET['err']==402)echo'Ошибка 402!'; if($_GET['err']==403)echo'Ошибка 403!'; if($_GET['err']==404)echo'Ошибка 404!'; if($_GET['err']==500)echo'Ошибка 500!'; if($_GET['err']==502)echo'Ошибка 502!'; echo"</div> <div class='ferma_rekl'> « <a href='index.php'>На главную</a><br/> </div> "; foot(); ?>