The MySQL module isn't running or you would see it in your phpinfo.
Make sure: extension=php_mysql.dll
doesn't have a semicolon in front of it. Make sure you restart your webserver
if you make any changes.
Also in your php.ini file:
include_path .;C:\php5\pear .;C:\php5\pear
you dont need this
Does your phpinfo() show the mysql information? You might not have the mysql
modules loaded for PHP.
John
Hi All,
I really need some help interfacing PHP5 with a MySQL database. I'm running
MySQL 4.0.21, Apache 2.0.52 and PHP 5.0.2 on a desktop PC running Windows ME.
I've followed all the appr
Hi all,
I'm in the process of getting started on a new web app and want to compare
performance etc. of:
php5, MySQL, Apache and Smarty
on
Windows 2000 Server vs. Red Hat Linux FC3
While installing php5, in the install doc it says "Do not use Apache 2.0.x and
PHP in a production environment neith