Script URL:
Version of script: 1.33
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try:
Write your message below:
I tested on personal server and paste it into my template but I receive this error:
Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\gbook\gbook.php:89) in D:\xampp\htdocs\gbook\gbook.php on line 733
Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\gbook\gbook.php:89) in D:\xampp\htdocs\gbook\gbook.php on line 734
Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\gbook\gbook.php:89) in D:\xampp\htdocs\gbook\gbook.php on line 735
Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\gbook\gbook.php:89) in D:\xampp\htdocs\gbook\gbook.php on line 736
And this is the line from 733-736:
header("Expires: Mon, 26 Jul 2000 05:00:00 GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
Please help me hot to solve it. Thank you.