RE: [PHP-WIN] Headers Already Sent - How To Overcome????

2004-11-04 Thread Svensson, B.A.T. (HKG)
> 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

Re: [PHP-WIN] Headers Already Sent - How To Overcome????

2004-11-03 Thread Sudeep
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

RE: [PHP-WIN] Headers Already Sent - How To Overcome????

2004-11-03 Thread Vail, Warren
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

[PHP-WIN] Headers Already Sent - How To Overcome????

2004-11-03 Thread MikeA
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

RE: [PHP-WIN] Headers

2002-02-06 Thread Ross Fleming
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

[PHP-WIN] Headers

2002-02-06 Thread Christian Calloway
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

Re: [PHP-WIN] headers

2001-04-13 Thread Piotr Pluciennik
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

Re: [PHP-WIN] headers

2001-04-12 Thread Plutarck
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

[PHP-WIN] headers

2001-04-12 Thread lars Eirik Rønning
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