for your mysql connection ,you need to be sure that php is compiled with
mysql
use phpinfo() and look at the configure command
you must have a --with-mysql...
if you have a --without-mysql then php is not compiled with mysql
at the end of page , you must have a mysql section too
Blanton, B
Hi All,
I have MySQL, PHP, and Apache installed using windows XP professional.
I am able to use the MySQL Query Browser and create DBs, tables,
populate with data, etc.
I am able to create files using php and view in a browser. I have
tried the beginning tutorial and some others from the php