Delete 'header' & 'footer' files ?

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
ryanlund
Posts: 1
Joined: Sat Aug 03, 2013 7:05 pm

Delete 'header' & 'footer' files ?

Post by ryanlund »

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:
so trying to figure out how to not have the header and footer files dis-abled into my page, but not getting any luck.
i basically want the entire look and feel placed into my already existing site (as i almost have it) - http://www.musclefire.com/mboard13/mboard.php

...but need header/footer removed PLUS my own 'footerinclude' file is not showing up for some reason, yet my 'header-include' file does show (with logo and links all in it, etc.)

is this possible and how can this be done?
thanks!
r
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Delete 'header' & 'footer' files ?

Post by Klemen »

I'm afraid it won't work like that, because your code is breaking PHP sessions (hence all the PHP errors you see on the page) and this will prevent normal script operation.

You will need to paste your code inside the header/footer or use another approach, for example show mboard.php in an <iframe>
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
Locked