The original code is:
I am trying to modify it so the else statement sends the user to another url. Any ideas? Sorry, PHP is not my forte...
Code:
if (!$bGotGoodUrl)
{
if ($bGotGoodTemplate)
OutputTemplate($SPECIAL_VALUES["good_template"],$aRawDataValues);
else
CreatePage(GetMessage(MSG_THANKS_PAGE));
Comment