home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / bale / dbstart.inc < prev    next >
Text File  |  2005-02-10  |  195b  |  8 lines

  1. <?
  2. // change if you need different parameters obviously
  3.  
  4. $db = mysql_connect('localhost', 'bale', 'cabalista');
  5. mysql_select_db('events');                                                    
  6. ?>
  7.  
  8.