Function : redirectTo

This function uses the internal php header location to redirect to urls

Syntax
  redirectTo($url)
   
  $url : supplied string url
   
                  
The function above is similar to header('location:$url')