function sidenavbar() { global $myauth; $filename='interface.php3'; global $NeuroOekakiUserid; $use=$NeuroOekakiUserid; $anfo=getnfo($use); ?>
Welcome, echo $anfo['name'];?>! If you are not echo $anfo['name'];?>, click here. } else { ?>
If you have a registered name click here
}
if (empty($anfo['password'])) {
// Unlocked name
?>
Register Your Name
} else {
// You're signed up
?>
Edit Profile
}
?>
|
$date=date('m-d');
/*
$res=sqlexec("select name from auth_users where
DAYOFMONTH(birthday) = DAYOFMONTH(now()) and
MONTH(birthday) = MONTH(now())
");
*/
$res=sqlexec("select distinct name from auth_users where
DAYOFMONTH(birthday) = ".(int)date('d')." and
MONTH(birthday) = ".(int)date('m'));
//$res=sqlexec("select name from auth_users where birthday like '____-$date'");
if (sqlgetnumrows($res)) {
echo 'Happy Birthday to:
|
|
||||||||||||
|
|||||||||||||
| } function appheader() { sidenavbar(); } function appfooter() { ?> | |||||||||||||
Client Program: Server Program: Neuro
} ?>