> Is there a command or someway to get around this problem without
> hacking out all of the other header sending code?
Yes there is: check out out: ob_start(), ob_clean and ob_flush().
Put an ob_start() start at the very first line of your code, and just before
you send the header information, d
Hi,
Add this line at the top of the page:
Your problem will be solved.
...SuDeEp...
MikeA <[EMAIL PROTECTED]> wrote:
I am trying to do the following
header ("Location: wlserver/index.php?userKey=$userKey&show=$userKey");
but I keep getting
Warning: Cannot modify header information - he
f MikeA
Sent: Wednesday, November 03, 2004 3:21 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Headers Already Sent - How To Overcome
I am trying to do the following
header ("Location: wlserver/index.php?userKey=$userKey&show=$userKey");
but I keep getting
Warning: Cannot modify
I am trying to do the following
header ("Location: wlserver/index.php?userKey=$userKey&show=$userKey");
but I keep getting
Warning: Cannot modify header information - headers already sent by ...
The code on the header line above is not executing so I am assuming the
previous headers being sen
can't remember them but any good HTML
site should tell.
Unless anyone that knows them offhand and wants to share?
Cheers
Ross
-Original Message-
From: Christian Calloway [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 06, 2002 11:44 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Heade
Hey everyone,
I need to turn off browser caching, and Im assuming I need to send a couple
headers to do so. Can anyone help? Thanks
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
you can find this informations in RFC's - especially
concerning HTTP headers in rfc2616 at:
http://www.w3.org/Protocols/rfc2616/rfc2616
You can download all RFCs you want from
http://www.rfc-editor.org/download.html
Greetings
Piotr
--- lars_Eirik_Rønning <[EMAIL PROTECTED]> wrote: >
I wa
I'd really like a list of headers for mail :)
But at least I found this:
http://www.shopthenet.net/publiclibrary/CIE/RFC/index.htm
It's a list of RFCs. The one of interest to your query, that I know of at
the moment:
http://www.shopthenet.net/publiclibrary/CIE/RFC/2068/155.htm
--
Plutarck
Sh
I was wondering if anyone knows about any good links to both email headers as well as
document headers to be used with a php script. Mime types would also be appreciated
Thanks
Lars E