我已经实现了一个简单的注册页面,用户注册后必须将他们重定向到感谢页面,这是我的代码,它返回一个空白页面
'保存.php'
if($mail->Send()) {}
unset($_SESSION['GENRE_REQUEST']);
}
header('Location:thanku.php');
exit();
}
else
{
header('Location:thanku.php');
exit();
} '
谢谢.php
<tr>
<td align="center" valign="top"><b>Thank You for Registering With us.</b> <br />
<br />please activate your profile by clicking on the activation link sent to your email address.<br/>
</td>
</tr> 'a
'