Jump to content

agzis

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

agzis's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. BTW, all php extensions do not work (php_iisfunc, php_mssql, php_mysql) but they were installed correctly. They(dlls) located at ext folder of php installation. There are entries at the end of php.ini file like [php_MS_SQL] extension=php_mssql.dll [php_MYSQL] extension=php_mysql.dll and so on. But all these entries added during gui install.
  2. I did exactly how it was described in FAQ. Placed files to windows/system32 directory, restart server. It's still show the error: "Fatal error: Call to undefined function mysql_connect() "
  3. I checked IIS log, it's no errors recorded. Everything runs with success status 200. Restarted services/IIS. Changed path. But problem pesist.
  4. I did exactly how it was described. I even reinstalled php. Error the same.
  5. Hi, I have php version 5.2.5; MySQL version 5.0.51a-community-nt. I installed php with MySQL support. I placed test function mysql_connect() to connect to MySQL db and received an error. "Fatal error: Call to undefined function mysql_connect() in H:\website\install\test\MySQLTest.php on line 5 " I read instructions in php.net that I must compile php with flag --with-mysql. Compilation gave me a lot of errors. Is there some walkaround to enable php to connect to MySQL database? Any help greatly appreciated. Thanks. agzis.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.