Здравствуйте, уважаемый Hanut...
Наконец-то начал потихоньку выкладывать сайт на хостинг, можете подсказать про первые ошибки?.. :
Warning: Cannot modify header information - headers already sent by (output started at /home/c/cl11765/kuschevka.ru/public_html/index.php:2) in /home/c/cl11765/kuschevka.ru/public_html/guestbook/class.php on line 5
Warning: Cannot modify header information - headers already sent by (output started at /home/c/cl11765/kuschevka.ru/public_html/index.php:2) in /home/c/cl11765/kuschevka.ru/public_html/guestbook/class.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /home/c/cl11765/kuschevka.ru/public_html/index.php:2) in /home/c/cl11765/kuschevka.ru/public_html/guestbook/class.php on line 7
Warning: Cannot modify header information - headers already sent by (output started at /home/c/cl11765/kuschevka.ru/public_html/index.php:2) in /home/c/cl11765/kuschevka.ru/public_html/guestbook/class.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/c/cl11765/kuschevka.ru/public_html/index.php:2) in /home/c/cl11765/kuschevka.ru/public_html/guestbook/class.php on line 9
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/c/cl11765/kuschevka.ru/public_html/guestbook/class.php on line 190
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CURRENT_TIMESTAMP, nick VARCHAR(256), homepage VARCHAR(256), email VARC' at line 3
Первые несколько строк ругаются именно на такую запись, которая на локалхосте игнорировалась, или работала...:
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");
Спасибо...