--- alain dhaene <[EMAIL PROTECTED]> wrote:
> I have check my code.
> I haven't use a echo in my code.
> It's very strange. I will search more on the manule.

I don't think the manual will help you here. You *do* have output in your
script prior to the call to header(). Trust me. :-)

One way to find out is to put this directly above the call to header():

exit;

Then, call the script with your browser, view source, and select all
(control-A). If *anything* is highlighted, even whitespace, then that's your
output. Get rid of it, or buffer it (as per another suggestion).

Hope that helps.

Chris

=====
My Blog
     http://shiflett.org/
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to