|
|
|
|
|
|
Library & InfoCenter
No.60, Sec. 1, Erren Rd., Rende Dist., Tainan City 71710, Taiwan (R.O.C.)
Tel:06-2664911-1500
E-mail:box160@mail.cnu.edu.tw
$myvar = "Guest:";
echo $myvar;
mysql_connect(localhost,root,phen460) or die("there are problems to connect to mysql!");
$query="select * from tl";
$result=mysql_db_query("counter",$query);
if($result){
$r=mysql_fetch_array($result);
$counter=$r["count"];
$counter=$counter+1;
echo $counter;
$query="update tl set count='$counter' where id=1";
$result=mysql_db_query("counter",$query);
mysql_close();
}
?>
|
|
|
|
|
::: |
|
|
|
This site is committed
to ensuring that its site is accessible to all users.
The Accesskeys used by this site are designated as an
alternative for people with disabilities. The Accesskeys
used by this site are designated as follows:
Alt+P: Upper block, containing the links to the services
of this site.
Alt+L: Left block, providing quick links.
Alt+M: Main block, containing the links to the major
sections of this site.
Alt+C: Center block, providing the principal information
of the page. |
|
|
|