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
> 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
how can I unsubscribe from this service
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
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
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
-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