home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2004 New Year / INTERNET112.ISO / pc / projects / log_analyser / connect.php next >
Encoding:
PHP Script  |  2003-10-23  |  146 b   |  7 lines

  1. <?php 
  2.  
  3. $conn=mysql_connect ("localhost", "ldnphoto_reflogu", "password") or die (mysql_error());
  4. mysql_select_db ("ldnphoto_reflog"); 
  5.  
  6. ?>
  7.