Jump to content

_DarkLink_

Members
  • Posts

    45
  • Joined

  • Last visited

    Never

Everything posted by _DarkLink_

  1. Try: header("Refresh: 0;url=$target");
  2. You may also use a meta-refresh. if(isset($_POST['submit'])) { //check inputs vs db if ($check) { echo "<meta http-equiv=\"refresh\" content=\"0;url=". $_SERVER['SERVER_NAME']."/include/process_renew.php\">"; } else { echo "<font color='red'>Username or Password did not match.</font> <br /><br />"; } }
×
×
  • 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.