PHP redirect page based on URL sequence?

snidonodard

New Member
I'm looking to find a way to redirect a page with PHP to another url based on it's sequence, like so\[code\]http://example.com/re.php?=http://google.com\[/code\]The page would redirect to google.com. How would I do this?
 
Back
Top