[PHP-WIN] I Can't connect to MySql using ADODB
Hi There, I am trying to connect to MySQL using ADODB library for PHP using the following code with no success. What am I doing wrong? debug = true; $db->Connect('localhost', 'tony', 'mypassword', 'test'); $rs = $db->Execute('select * from users'); print ""; print_r($rs->GetRows()); print ""; ?>
[PHP-WIN] gdlib
Can I post questions about GDLib Win/PHP here or is there a different newsgroup that I should go to? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php