Topic awaiting preservation: Help with PHP Error: Fatal error: Call to undefined function mysql_connect() (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: |
posted 01-06-2005 08:50
Hellos, quote: means and how I can fix it. i am developing with; php5.1.2, mysql 4.1.8, IIS 5.1 all running on Windows XP. thanks |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 01-06-2005 10:13
it likely means you have eihter |
Maniac (V) Mad Scientist From: :morF |
posted 01-06-2005 11:14
PHP? on IIS? SACRELIDGE!! |
Nervous Wreck (II) Inmate From: |
posted 01-06-2005 11:38
Hello Tyberius, quote:
quote: kindly assist. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 01-06-2005 11:50
option a) You don't have php_mysql.dll. Get a different php distribution. |
Nervous Wreck (II) Inmate From: |
posted 01-06-2005 11:58
I searched my computer, and i could not find any php_mysql.dll file arround. could you please tell me why? and how i cna get a distribution with php_mysql.dll in it. |
Paranoid (IV) Inmate From: France |
posted 01-06-2005 12:05
Installing Php + MySql by hand seems tricky on Windows, try XAMP for Windows to get a safe and stable development enviroment to double test your script. If it works there, which is quite likely, you can trash your previous installation |
Nervous Wreck (II) Inmate From: |
posted 01-07-2005 14:11
Halo, |
Paranoid (IV) Inmate From: France |
posted 01-07-2005 14:53
You're welcome. |
Neurotic (0) Inmate Newly admitted From: |
posted 02-03-2005 08:17
change extension_dir = "./" in the php.ini to extension_dir = c:\php\ext or the directory the dll are in. |