topical media & game development

talk show tell print

basic-php-12-conn.inc.php / php



  <?php
  conn = mysql_connect("localhost", "bp5am", "bp5ampass") 
    or die(mysql_error()); 
  db = mysql_select_db("registration") 
    or die(mysql_error());
  ?>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.