Jump to content

butsags

Members
  • Posts

    33
  • Joined

  • Last visited

    Never

Everything posted by butsags

  1. Are you set on using php? I've run into problems a few times while using multiple header() calls and needed a resort. Try javascript. window.location = "http://www.google.com/" you can attach it to a link: <a href="javascript:window.location = 'http://www.google.com/'">Go</a> or add this into the header tag and it will redirect automatically: <script type="text/javascript"> <!-- window.location = "http://www.google.com/" //--> </script> This should be more universal
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.