<?     session_start();     session_register("count");     $count++;     print "这是您第 $count 次登陆"; ?> 
<html> <head> </head> <body> </body> </html