Здравствуйте... К сожалению ПХП не владею.. Скачал книгу manlix. Все работает (исходный индекс ПХП) но когда я вставляю её в свою страницу то пишет следующее Warning: Cannot modify header information - headers already sent by (output started at Z:\home\localhost\www\guestbook\index.php:14) in Z:\home\localhost\www\guestbook\index.php on line 118 Warning: Cannot modify header information - headers already sent by (output started at Z:\home\localhost\www\guestbook\index.php:14) in Z:\home\localhost\www\guestbook\index.php on line 119 Warning: Cannot modify header information - headers already sent by (output started at Z:\home\localhost\www\guestbook\index.php:14) in Z:\home\localhost\www\guestbook\index.php on line 120 Warning: Cannot modify header information - headers already sent by (output started at Z:\home\localhost\www\guestbook\index.php:14) in Z:\home\localhost\www\guestbook\index.php on line 121 Warning: Cannot modify header information - headers already sent by (output started at Z:\home\localhost\www\guestbook\index.php:14) in Z:\home\localhost\www\guestbook\index.php on line 122 как я понял там что то про генерирование даты... код - header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); Может кто-нибедь сможет помочь?) Заранее благодарен.