<?
include_once('member.php');
if($MEMBER['hp'] == 0)
{
echo("oops.. {$MEMBER['name']} is starving. please give me the chicken");
}
echo("<hr>member's information:<br>");
var_dump($MEMBER);
?>this is end of member's information.
결론은 밤늦게 치킨이 먹고 싶은거다.



Attribution/Share Alike 2.0 license






