|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Hi,
Thanks for reading. I am having a major problem getting php and mysql to work using iis as the server. I am using php 5, mysql 4.1.3, and windows 2000 sever. I have changed the php.ini file and moved php_mysqli.dll file into c:\php . When i try to run the web page an error occurs on the line in which the code calls the datadase see below "Fatal error: Call to undefined function mysql_connect() in C:\...\login.php on line 46" If any one has had a similar problem could please give me some ideas as i have run out of things to try!! Thanks RHC |
|
#2
|
|||
|
|||
|
try extracting libeay32.dll and ssleay32.dll to c:\windows\system32 directory.
|
|
#3
|
|||
|
|||
|
Mysql isn't bundled as part of the binary in php 5 so you'll need to change php.ini to uncomment the mysql extension line and make sure the mysql dll is available to the system.
-KM- |
|
#4
|
||||
|
||||
|
For windows I also recommend using the Xitami webserver. It's free, and much more reliable than IIS.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > php, mysql, iis nightmare |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|