Jump to content

Why doesn't this redirect work in Google Chrome?


webref.eu

Recommended Posts

Hi All

 

I have this bit of code that controls a redirect after successful login.  It's some way down in the script, it works in Firefox, but it doesn't work in Google Chrome, any ideas why, and what it should be changed to: 

 

/* Quick self-redirect to avoid resending data on refresh */
    echo "Login successful! Redirecting ...";
    echo "<meta http-equiv=\"Refresh\" content=\"2;url=http://www.reviewby.me" . $redirect . ">";
    return;

 

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.