Jump to content

aschandra27

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

aschandra27's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hi i am having a problem with redirect. the page which works fine with my localhost, when copied to a different server doesnt work. the code is below <? session_start(); if(!session_is_registered(myusername)){ header("location:template.php"); } ?> <html> <body> <?php header( 'Location: showrec.php' ) ; ?> </body> </html> when copied to a differnt server it stops redirecting the page and sits there. please help
×
×
  • 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.