At 00:46 05/01/2006, you wrote:
Message-ID: <CC.FF.34518.54C6CB34@xxxxxxxxxxxx>
To: php-db@xxxxxxxxxxxxx
Date: Wed, 04 Jan 2006 16:45:54 -0800
From: Todd Cary <todd@xxxxxxxxxxxxxxxxxx>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Subject: CAnnot connect to a MySQL DB using a Class
No doubt I am over looking something very simple, nevertheless I am
baffled by not being able to connect to a MySQL DB.
// Error produced here!!
$this->db=mysql_connect($this->host,$this->user,$this->password);
mysql_select_db($this->database);
Surely you meant mysql_select_db($this->db); since that's what you
connected to ?
Cheers - Neil
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php