View Single Post
  #4 (permalink)  
Old Sep 21st, 2007, 17:18
saltedm8's Avatar
saltedm8 saltedm8 is online now
Lead Administrator
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,437
Blog Entries: 1
Thanks: 1
Thanked 7 Times in 7 Posts
Re: CREATE DATABASE name' from config.php

hold on, i think this is the problem now
PHP: Select all

$sql mysql_select_db('.$dbname') or die('Cannot select database'); 


Last edited by saltedm8; Sep 21st, 2007 at 17:30.
Reply With Quote