14.04.2009, 19:40
PHP Code:
echo ("<meta http-equiv=\"Refresh\" content=\"0; URL=$surl\">Thank You! You will be redirected");
PHP Code:
echo ('<meta http-equiv="Refresh" content="0; URL=' . $surl . '">Thank You! You will be redirected');