Hi
I have read all (ok most) of the posts relating to "Call to undefined
function mysql_connect() ", read the manual on PHP.net and done
eveything thats ive been asked to do but cant get PHP to talk to MySQL,
PHP is working fine but I dont get any mysql info when running <?
phpinfo() ?> and get the "Call to undefined function mysql_connect() "
when trying to connect to mysql through php in browser, please help.
1. I have added C:\php; to the end of the environment variable path
2. I have edited my php.ini file to :
extension_dir = "c:\php\ext "
extension=php_m ysql.dll - removed the ";"
... ive checked i only have 1 php.ini file!
3. The dll "libmysql.d ll" is in the folder C:\php
4. The dll "php_mysql. dll" is in the folder c:\php\ext
I cant find any other tips, please help
thanks
Greg
I have read all (ok most) of the posts relating to "Call to undefined
function mysql_connect() ", read the manual on PHP.net and done
eveything thats ive been asked to do but cant get PHP to talk to MySQL,
PHP is working fine but I dont get any mysql info when running <?
phpinfo() ?> and get the "Call to undefined function mysql_connect() "
when trying to connect to mysql through php in browser, please help.
1. I have added C:\php; to the end of the environment variable path
2. I have edited my php.ini file to :
extension_dir = "c:\php\ext "
extension=php_m ysql.dll - removed the ";"
... ive checked i only have 1 php.ini file!
3. The dll "libmysql.d ll" is in the folder C:\php
4. The dll "php_mysql. dll" is in the folder c:\php\ext
I cant find any other tips, please help
thanks
Greg
Comment