Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
248 views
in Q2A Core by

 

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.

Please log in or register to answer this question.

Welcome to the Q&A site for Question2Answer.

If you have a question about Q2A, please ask here, in English.

To report a bug, please create a new issue on Github or ask a question here with the bug tag.

If you just want to try Q2A, please use the demo site.

Categories

...