Script not working the way i need it on my site.

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
dsk96m
Posts: 1
Joined: Fri Aug 27, 2010 12:31 am

Script not working the way i need it on my site.

Post by dsk96m »

Script URL: http://allamericanmustangclub.wdmbradio.com/gbook
Version of script: 1.7
Hosting company: 24shells
URL of phpinfo.php: ?
URL of session_test.php: ?
What terms did you try when SEARCHING for a solution:
Headers already sent

Write your message below:
This isnt really a problem with the script, but getting it to work the way i want it on my site.
So if you go to allamericanmustangclub.wdmbradio.com you will see the links in near the top. If you click on say sponsors, you will see how it opens. Same for events, etc. It opens up below the header to the left of the page. I want to do the same thing with the guestbook. Have it open in that part of the page. So in my code, i reference gbook/index.php. I get:
Warning: Cannot modify header information - headers already sent by (output started at /home/qodosqwk/public_html/allamericanmustangclub/index.php:6) in /home/qodosqwk/public_html/allamericanmustangclub/gbook/index.php on line 2

Warning: Cannot modify header information - headers already sent by (output started at /home/qodosqwk/public_html/allamericanmustangclub/index.php:6) in /home/qodosqwk/public_html/allamericanmustangclub/gbook/index.php on line 3

Can anyone help me? I know it is possible, i just cant figure it out.

Thanks
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Script not working the way i need it on my site.

Post by Klemen »

I'm afraid including it like that won't work, because it breaks the PHP sessions required for normal GBook operation.

Your best options are:
1. use iframe to incllude guestbook into the page

- or -

2. (recommended) create a simple header/footer for the guestbook and paste the code into the header/footer.txt files or edit HTML in the template files.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply