Re: [PHP-DB] Installation Problem

2006-11-15 Thread Niel Archer
Hi If you're on a windows platform, this will be because MySQL support is built in on v4.1 but not on 5.x. As the others have suggested, uncomment the php_mysql.dll entry in the modules to add it. Niel -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP-DB] Installation Problem

2006-11-15 Thread zoticaic
Hi Abdou, The " Call to undefined function ..." error is usually caused by an extension that provides that function that is not loaded or is not available. 1. Make sure that you have the php_mysql.dll extension on the PHP extension dir. 2. Furthermore if the extension exists check that it is prop

RE: [PHP-DB] Installation Problem

2006-11-15 Thread Ankur Dave
Hey, Chk you phpinfo(); is that is showing the mysql support enable. ?? And chk for linux that mysql.so is not-commented. ?? That are 2 main-basic things to chk the mysql & php relation. -=-=-=-=-=-=-=-=-=- @nkur [EMAIL PROTECTED] || http://ullu.wordpress.com -Original Message- From:

Re: [PHP-DB] Installation Problem

2006-11-15 Thread Brad Bonkoski
Check out the installation instructions for Windows... MYSQL support is not working with your PHP, if memory serves me correctly you just need to uncomment a dll in your php.ini file, but check out: http://www.php.net/manual/en/ref.mysql.php -B Abdou Karim Jallow wrote: I have just upgraded t