Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Hello, can someone take a look at this and tell me why my html code appears in the title? It came when i tried to apply an image at the top of my guestbook.Thanks in advance.
the site is http://www.angie-decor.com/guestbook/gbook.php
html code on title bar
If you have not been editing the gbook.php file, look inside the settings.php file and look what value there is after
/* Website title */
$settings['website_title']="My lovely website";
and
/* Guestbook title */
$settings['gbook_title']="My lovely website - guestbook";
The value at $settings['website_title']="title that is shown in the title bar of the browser.";
The value ate $settings['gbook_title']="title that is shown inside your webpage.";
Have you been editing the Gbook.php file? You probably pasted some code in the wrong place
Upload the original gbook.php file.
Add you own code to the header.txt file inside the gbook folder.
Greetings,
Henrie
/* Website title */
$settings['website_title']="My lovely website";
and
/* Guestbook title */
$settings['gbook_title']="My lovely website - guestbook";
The value at $settings['website_title']="title that is shown in the title bar of the browser.";
The value ate $settings['gbook_title']="title that is shown inside your webpage.";
Have you been editing the Gbook.php file? You probably pasted some code in the wrong place
Upload the original gbook.php file.
Add you own code to the header.txt file inside the gbook folder.
Greetings,
Henrie