View Single Post
  #5  
Old 09-25-2004, 04:46 PM
Dane
Unregistered

Posts: n/a

settings.php

<?
$db = mysql_connect("localhost", "username", "password");
mysql_select_db("databasename", $db);
?>
Reply With Quote