Thread: php question
View Single Post
  #7  
Old 02-17-2008, 01:45 AM
mmcgahy mmcgahy is offline
Private First Class
 
Join Date: Feb 2008
Posts: 7
Default Re: log in php problem

same problem, I copied my config file eliminating usernames and passwords so you can see a copy

<?
$dbts_username="username";
$dbts_password="password";
$dbts_ownersite="http://www.aftersolutions.com";
$dbts_owneremail="info@aftersolutions.com";
$db_host="localhost";
$db_name="database_name";
$db_user="databease_username ";
$db_password="database_password";
?>

Again, thanks for the help, i owe you big time
Reply With Quote