View Single Post
Old 12-07-2017, 08:50 AM  
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,373
I would also add a header that explicitly changes the HTTP response code to 302:

header("HTTP/1.0 302 redirect");
header("Location: $link");
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote