View Single Post
  #6  
Old 01-26-2004, 10:51 AM
_OZZY_
Hill Giant
 
Join Date: Jan 2002
Location: Shreveport, Louisiana, USA
Posts: 129
Default

Ok...an update. It works right when I change the config file.

<?
/*
+ config.inc.php
- config file for EQEMu Legends
* khuong
*/
mysql_connect("localhost", "user", "password");
mysql_select_db("eq");
?>
Reply With Quote