Log in

View Full Version : How to set redirect target


jzewatsky
01-07-2005, 10:18 PM
How do you set the redirect target when using the command

eval(print_standard_error('front-end redirect phrase'));

Creating the phrase is no problem, I just cant find where to set the redirect target.

Thanks for the help

deathemperor
01-08-2005, 05:14 AM
before that line just enter $url = "abc.php?$session=[sessionhash]do=whatever";

it understands that it has to redirect the link in $url.

jzewatsky
01-08-2005, 12:41 PM
Great, thanks!