Re: Cannot connect to a MySQL DB using a Class

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Neil -

Thank you for noticing my typo. The actual PHP code has both choices with one commented out. When I constructed the message for the forum I selected the wrong one - not the one I actually am using.

Todd

Neil Smith [MVP, Digital media] wrote:
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

--
Ariste Software
2200 D Street Ext
Petaluma, CA 94952
(707) 773-4523

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux