| 
  |||||||||||||||||||||||||||
![]()  | 
    ![]()  | 
  |
北京大方廣文化公益網 
                  恭制   | 
  ||
| 
									        @ $db=mysql_pconnect("localhost", "dfguser","password");
											mysql_select_db("signup") ;
											$result=mysql_query("select * from count where id = '1387'");
											$row=mysql_fetch_array($result);
											$a=$row["num"];
											$a+=1;
											//echo " 瀏覽量:".$a." ";
											$query = "update count set num=$a where id='1387'";
											$result=mysql_query($query);
											mysql_close();
			          		echo "瀏覽量:".$a." ";
            ?> |