home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / bale / dbstart.inc~ < prev    next >
Text File  |  2002-09-24  |  130b  |  8 lines

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