Archive for August, 2010

Redirecting in php

Thursday, August 12th, 2010

I was looking for a redirect code and found one. I’ll add it here so I’ll not lose it and maybe someone else can use it.
{php}
http_redirect("http://www.yoursite.com");
{/php}