ユーザーがサインアップした後、ありがとうページにリダイレクトする必要がある簡単なサインアップページを実装しました。ここに私のコードがあり、空白のページが返されます
「save.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
'