PDA

View Full Version : Using standardredirect()


cybrcyfr
09-05-2002, 08:40 AM
How can you call to the standardredirect() function if you have already referenced global.php.

I get real strange results calling to it like:


include("./global.php");

standardredirect("This is a test redirect...", "test2.php");

Logician
09-05-2002, 09:33 AM
$goto='test2.php';
eval("standardredirect(\"".gettemplate("your_custom_template")."\",\"$goto\");") ;