Jump to content

bonvisao

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by bonvisao

  1. You can't print anything before sending a header because in an HTTP request headers must always get sent before the content.

     

    If you send a location header, the user's not going to see what you printed anyways because the browser would immediately jump to the next page.

     

    To get around this you can make Javascript perform the redirect instead of sending a header.

    Yes .

×
×
  • Create New...