topical media & game development

talk show tell print

basic-php-14-config.php / php



  <?php
  
  define('SQL_HOST','localhost');
  define('SQL_USER','bp5am');
  define('SQL_PASS','bp5ampass');
  define('SQL_DB','comicsite');
  define('ADMIN_EMAIL', 'your@emailaddress.com');
  
  ?>
  


(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.