> Hi there,
>
> Is there a way to do redirect to another page without
> using the header function.
>
> I am getting an error by using header but I couldn't
> find any part of my code that output anything before
> using header.

The error message tells you where output was started. It says something like
"output started in /path/to/file.php:XXX" where XXX is the line number of
that file that created output.

If you show some of your code, it'll help.

Otherwise, workarounds include output buffering and javascript.

---John Holmes...


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

Reply via email to