📄 thankyou.inc
字号:
<?php
$query = $sql->query("SELECT * FROM settings");
$data = mysql_fetch_assoc($query);
?>
<p>Thank you <?=$_SESSION['auth']['firstname'] . " " . $_SESSION['auth']['lastname']?>, for registering with <?=$data['company']?>, your account will be reviewed and approved shortly!</p>
<br />
<?php
if($_SESSION['account']['pay_method'] == 6)
{
?>
<p>Please send the check or money order to the following recipent below:<br />
ATTN: <?=$data['check_to']?><br />
<?=$data['check_address']?><br />
<?=$data['check_city'] . ", " . $states[$data['check_state']] . " " . $data['check_zip']?>
<?php
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -