本文整理汇总了PHP中myfooter函数的典型用法代码示例。如果您正苦于以下问题:PHP myfooter函数的具体用法?PHP myfooter怎么用?PHP myfooter使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了myfooter函数的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: require_auth
function require_auth()
{
global $password_hash, $GAMEID;
# already authenticated
if (is_admin()) {
return;
}
# in the process of authentication
if (array_key_exists('password', $_REQUEST)) {
$pwd_given = $_REQUEST['password'];
$pwd_hash = md5($pwd_given);
if ($pwd_hash == $password_hash) {
$_SESSION['hash'] = $password_hash;
header("Location: " . $_REQUEST['goto']);
return;
}
}
# before authentication
myhead("Enter password");
#echo '<pre>'.print_r($_SERVER,True).'</pre>';
echo "\n\t\t<form method=post>\n\t\t\t<input type=hidden name=goto value='" . $_SERVER['REQUEST_URI'] . "'>\n\t\t\t<p>Enter password: <input type=password name=password></p>\n\t\t\t<p><input type=submit value='Login'></p>\n\t\t</form>\n\t";
myfooter();
exit;
}
示例2: myfooter
)</td>
<td align="right"><?php
echo $db['qty'];
?>
<?php
echo $db['sing_sat_kecil_obat'];
?>
</td>
</tr>
<?php
$no++;
}
?>
<?php
myfooter();
?>
</table>
<div class="page" >
<br />
<table>
<!--<tr>
<td style="text-align: left; height: 60px">Pemeriksa</td>
</tr>
<tr>
<td style="text-align: left;">-----------------------</td>
</tr>-->
<!--<tr>
<td>No. Antrian</td><td>:</td><td></td>
</tr>-->
<tr>