Re: [PHP-WIN] Trouble connecting to MySQL using mysqli extension on XP

2008-07-16 Thread Jacob Kruger
27;...Fate had broken his body, but not his spirit...' - Original Message - From: "anonymous" <[EMAIL PROTECTED]> To: "Jacob Kruger" <[EMAIL PROTECTED]> Sent: Wednesday, July 16, 2008 9:14 PM Subject: Re: [PHP-WIN] Trouble connecting to MySQL using

Re: [PHP-WIN] Trouble connecting to MySQL using mysqli extension on XP

2008-07-16 Thread Jacob Kruger
nymous" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 16, 2008 5:50 PM Subject: [PHP-WIN] Trouble connecting to MySQL using mysqli extension on XP I had a tough time getting PHP to connect to MySQL using mysqli on XP. The following code from the php documentation on mysqli failed to w

[PHP-WIN] Trouble connecting to MySQL using mysqli extension on XP

2008-07-16 Thread anonymous
I had a tough time getting PHP to connect to MySQL using mysqli on XP. The following code from the php documentation on mysqli failed to work. $mysqli = new mysqli( "localhost", "user", "password", "database" ); Where localhost, user, password, and database were replaced with the appropriate valu