|
Skip intro or Download flash player 6 plugin
include "manage/config.php"; @mysql_query("UPDATE `countdata` SET `amount`=amount+1 where `id`=1 "); $k = @mysql_query("SELECT `amount` from `countdata`"); $kk = @mysql_fetch_array($k); echo "你是第".$kk["amount"]."位访客"; ?> |