| 
                    
                      |  |  
                      |  |  
                      | 作品名称:十二生肖        习篆六天 |  
                      |  |  
                      | < 返回 > |  
	  			    @ $db=mysql_pconnect("localhost", "dfguser","password");
	  			    mysql_select_db("signup") ;
	  			    $result=mysql_query("select * from count where id = '538'");
	  				$row=mysql_fetch_array($result);
	  				$a=$row["num"];
	  				$a+=1;
	  				$query = "update count set num=$a where id='538'";
	  				$result=mysql_query($query);
	  				mysql_close();
	  				echo " 浏览量:".$a."";
	  			?> |