FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » header() not being honored?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: header() not being honored? [message #174795 is a reply to message #174792] Sat, 09 July 2011 13:03 Go to previous messageGo to previous message
Andre[1] is currently offline  Andre[1]
Messages: 7
Registered: June 2011
Karma:
Junior Member
Le Fri, 08 Jul 2011 08:57:39 -0400, Billy Mays a écrit :

> I am trying to have php output previously gzipped data, but it seems
> like php is ignoring the call altogether.
>
> Code:
>
> ####################################### /* Trying to prevent the chunked
> encoding */ header('Content-Length: ' . filesize($file) );
> header('Content-Encoding: gzip');
>
> readfile($file);
>
> echo "anything";
>
> die();
> ########################################
>
> It seems that the first call header get completely ignored (I watched
> the headers with telnet) and after the readfile() call the the echo is
> never used.
>
> Am I misunderstanding how to use the header function? Is there another
> way to see whats going on? Unfortunately, I'm in a shared hosting
> environment, PHP: 4.4.9

I alreay had the problem.
If you attempt to print anything BEFORE the call to header, it skip.
But any blank line could cause the troube, I had once a blank line in a
'required file', something like:

Debug = 1;

?>

The blank line between debug and ?> shoule also be removed.
I still have trouble in a last script, so if someone has more on this..
Regards
André
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: about quality of SAP training videos
Next Topic: Stats comp.lang.php (last 7 days)
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue Nov 26 12:19:22 GMT 2024

Total time taken to generate the page: 0.04594 seconds