[PHP-WIN] RE: How do I unsub. on this list WAS: RE: [PHP-WIN] Re: Headers A lready Sent - How To Overcome????

2004-11-04 Thread Svensson, B.A.T. (HKG)
By learning to read the signature of every single mail posted here: ---> "To unsubscribe, visit: http://www.php.net/unsub.php"; -Original Message- From: Andres Mora To: MikeA Cc: [EMAIL PROTECTED] Sent: 5-11-2004 7:16 Subject: Re: [PHP-WIN] Re: Headers Already Sent - How To Overcome

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] Re: Headers Already Sent - How To Overcome????

2004-11-04 Thread Andres Mora
how can I unsubscribe from this service -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Displaying An Image / Non-Web accessible Dir

2004-11-04 Thread Armando
Hi Warren, Jason, and everyone else who volunteered answers to this - and sorry about my other partial emails... Wrong hotkeys :-) The good news is I figured out what I was doing wrong and thought I'd let you know. It turns out that in my showpic.php page which is called from an tag on another pa

RE: [PHP-WIN] Displaying An Image / Non-Web accessible Dir

2004-11-04 Thread Armando
Hi to all who volunteered assistance - I've figured out what the problem was! Actually what the REALLY nice thing is that now that I want to access -Original Message- From: Armando [mailto:[EMAIL PROTECTED] Sent: November 2, 2004 9:47 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Disp

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

2004-11-04 Thread MikeA
Thanks for the answer to my problem. I tried this and it caused other problems. Seems like the only way to get from one place to another is with the header(Location: ) command. I was hoping there was something else. So I am now kind of rewriting this guys application so it works properly. Agai

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

2004-11-04 Thread Vail, Warren
Mike, While that's not the only way to go somewhere else, if it is the way the other guy wrote the code to get around, ripping it out an replacing it with something else could be a problem. The error message you are referring to indicates that something was sent to the browser before it attempted

[PHP-WIN] Tomcat5 and PHP5

2004-11-04 Thread Dean L. Howen
Dear friends, Could php5 work with tomcat5? please tell me how to make it work if could! thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] cookies on IIS - php5

2004-11-04 Thread Sean S. Karshis
-Original Message- From: Armando [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 10:47 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Displaying An Image / Non-Web accessible Dir Hi Jason, I wonder if permissions are my problem, but... When I try and fopen the file (using r