[PHP-DB] Re: Cannot connect to a MySQL DB using a Class

2006-01-05 Thread Neil Smith [MVP, Digital media]
At 00:46 05/01/2006, you wrote: Message-ID: [EMAIL PROTECTED] To: php-db@lists.php.net Date: Wed, 04 Jan 2006 16:45:54 -0800 From: Todd Cary [EMAIL PROTECTED] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: CAnnot connect to

[PHP-DB] Re: Cannot connect to a MySQL DB using a Class

2006-01-05 Thread Todd Cary
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:

[PHP-DB] Re: CAnnot connect to a MySQL DB using a Class

2006-01-04 Thread Todd Cary
Todd Cary wrote: No doubt I am over looking something very simple, nevertheless I am baffled by not being able to connect to a MySQL DB. Here is the code that will use the Class: $host='192.168.0.12'; $user='todd'; $password='mypassword'; $database='calevent'; /*