Header Errors.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Nebby
Forum Newbie
Posts: 2
Joined: Fri Jul 04, 2003 8:29 am

Header Errors.

Post by Nebby »

These have been plaguing me forever.

I'm not a PHP coder, i'm more a PHP editor ;) so give it to me simple.

I can normally find a way round these <span style='color:blue' title='I&#39;m naughty, are you naughty?'>smurf</span>, but not this time =/

i have 2 files.

showreview.php (which is an edited version of Vbulletins Showthread.php)
and overallhead.php

when i combine them i get this:
http://squirrelspit.com/vb/showreview.p ... readid=501

(take a look for yourselves)

To see these files go to http://www.squirrelspit.com/ovheadshrev.zip

I really don't know what else i can say, take a look and tell me what you think.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

[]InTeR[]
Forum Regular
Posts: 416
Joined: Thu Apr 24, 2003 6:51 am
Location: The Netherlands

Post by []InTeR[] »

There is some output in http://www.squirrelspit.com/overallhead.php on line 13,

you must think as a echo or print request.
Nebby
Forum Newbie
Posts: 2
Joined: Fri Jul 04, 2003 8:29 am

Post by Nebby »

Yes, i did read that. it didn't have any relevance to my problem, as all header error tutorials don't.

i've fixed it now, it was just PHP being a fussy arse. i actually included the header halfway down the page (which goes against everything i've read, seeing as my header is all html) and now the errors are gone.

thanks for trying to help anyway
User avatar
TLPD
Forum Newbie
Posts: 7
Joined: Mon Jun 30, 2003 10:14 am

Post by TLPD »

yeah ! Thank you Admin this is my problem and i take me a long time until i read this topic.
Post Reply