Friday, November 16, 2012

Function Redirect di PHP


function redirect($url, $header)
{
 header("$header: $url");
}

No comments:

Post a Comment