show/hide this revision's text 5 new info

I'm trying to get a PHP site working in IIS on Windows Server with MySQL.

I'm getting this error…

Fatal error: Call to undefined function mysql_connect() in C:\inetpub...\adodb\drivers\adodb-mysql.inc.php on line 363


Update…

This link outlines the steps I followed to install PHP on my server:
How do I get PHP and MySQL working on IIS 7.0 ?
(note especially steps 6 and 8 regarting php.ini and php_mysql.dll).

Only two lines in the phpinfo report reference SQL:

<?php
    phpinfo();
?>

Configure Command:
cscript /nologo configure.js "--enable-snapshot-build" "--enable-mysqlnd"

sql.safe_mode:
Local Value Off, Master Value Off

PHP Configure Command

PHP sql.safe_mode


Update

I found the solution: How do I install MySQL modules within PHP?

show/hide this revision's text 4 php.ini and php_mysql.dll

I'm trying to get a PHP site working in IIS on Windows Server with MySQL.

I'm getting this error…

Fatal error: Call to undefined function mysql_connect() in C:\inetpub...\adodb\drivers\adodb-mysql.inc.php on line 363


Update…

This link outlines the steps I followed to install PHP on my server:
How do I get PHP and MySQL working on IIS 7.0 ?
(note especially steps 6 and 8 regarting php.ini and php_mysql.dll).

Only two lines in the phpinfo report reference SQL:

<?php
    phpinfo();
?>

Configure Command:
cscript /nologo configure.js "--enable-snapshot-build" "--enable-mysqlnd"

sql.safe_mode:
Local Value Off, Master Value Off

PHP Configure Command

PHP sql.safe_mode

show/hide this revision's text 3 linked to install procedure

I'm trying to get a PHP site working in IIS on Windows Server with MySQL.

I'm getting this error…

Fatal error: Call to undefined function mysql_connect() in C:\inetpub...\adodb\drivers\adodb-mysql.inc.php on line 363


Update…

This link outlines the steps I followed to install PHP on my server:
How do I get PHP and MySQL working on IIS 7.0 ?

Only two lines in the phpinfo report reference SQL:

<?php
    phpinfo();
?>

Configure Command: cscript /nologo configure.js "--enable-snapshot-build" "--enable-mysqlnd"

sql.safe_mode: Local Value Off, Master Value Off

PHP Configure Command

PHP sql.safe_mode

show/hide this revision's text 2 Added phpinfo(); information
show/hide this revision's text 1