I have just bought a number fo new components & Vista 64, & build a new PC. Following this, I am trying to get my PC in the state it was before for developing php/mysql
I have php 5 installed, and I belive this is working fine, although, it wasn't as straight forward as Win2K and php 4.0.
Now I have come to installing MySQL and I can't get PHP to connect. the output from
phpinfo();
doesn't list anything to do with MySQL and my scripts can't connect, an example error being
Fatal error: Call to undefined function mysql_pconnect() in C:\localhost\blahwebsite\Connections\photogallery.php on line 9
I have followed all the straightforward instructions and even looked for a tutorial to do this, but still I cannot get it to work.
If I go to the MySQL command line promt, that is working fine, so MySQL is ok.
Finally, i have uncommented the lines in the php.ini file so they should load the extensions.
extension=php_mysql.dll
extension=php_mysqli.dll
I always considered myself to be very pc litterate, now i am unsure, HELP!
is there anything that is fundamental in getting the two to connect?
I even tried going back to MySQL 4 - but that didn't work either................