hi,
how can i redirect to a certain page in my php site with the function header("Location : target"); without getting the error: Warning: Cannot send session cache limiter - headers already sent???

Right now i only can help me with java script!

Thanks

Mike

    Don't send any content to the browser before you send the header("Location:target"). If you do, that will be the page the browser receives, not the one you're trying to redirect them to.

    Blank lines count as content.

    [This question has been asked on this forum 784 times]

      Write a Reply...