How can I redirect the user to a different site? In asp it would be a response.redirect I was just wondering how can I do this in php? Header of some sort??
Thanks in advance, -Frank
header("Location: http://www.somesite.com");