This topic is locked

fatal error

9/12/2007 8:00:16 AM
PHPRunner General questions
F
fatboylives author

Hi all.

Last year I tried asp runner and now have moved to php so trying php runner.
I created a project and uploaded the files. I get a
Fatal error: Call to undefined function mysql_connect() in C:\office\include\dbconnection.php on line 9
I am under the belief I am using the latest verion of php under a IIS server but will check it. I know is version 5 but not sure what subversion.
What else should I be looking for?
Peter

Pfeiffer 9/12/2007

search for this error mysql_connect in this forum und you will get a good description what's going wrong.
best regards
PHPRunner user

Uwe Pfeiffer

Alexey admin 9/12/2007

Hi,
your PHP is not set up to work with MySQL.

Modify your C:\Windows\php.ini file as described here:
http://www.webcheatsheet.com/php/install_a...re.php#extsetup
and restart IIS.

F
fatboylives author 9/13/2007

Many thanks. Changed servers as well and played. Working well for now.
Pete <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=21329&image=1&table=forumreplies' class='bbc_emoticon' alt=':blink:' />

Hi,

your PHP is not set up to work with MySQL.

Modify your C:\Windows\php.ini file as described here:
http://www.webcheatsheet.com/php/install_a...re.php#extsetup
and restart IIS.