<html>
<head>
   <title>Acceptance rates major database conferences
</title>
</head>
<body bgcolor="#FFFFFF">


If you have comments, corrections, or suggestions, email
me at <i><a href="mailto:p.m.g.apers@utwente.nl">p.m.g.apers@utwente.nl</a></i>
<p>
<?php
      $db=mysql_connect("janus","w_apers","peru");
      mysql_select_db("conferenties");
      $result=mysql_query("select id from counter");
      $row= mysql_fetch_row($result);
      $counter=$row[0];
      $counter = $counter +1;;
      $result=mysql_query("update counter set id=id+1");

      echo "You are visitor <font color=red>$counter</font> to this page since July 15th, 2000.";
?>
</body>
</html>

