Am I using thins function right? qa_reditrect($pagename)??
-----
function qa_redirect($pagename="
http://google.com", $request, $params=null, $rooturl=null, $neaturls=null, $anchor=null)
/*
Redirect the user's web browser to $request and then we're done - see qa_path() for other parameters
*/
{
header('Location: '.qa_path($pagename, $request, $params, $rooturl, $neaturls, $anchor));
exit;
}
----
Please advise. Thank you.