I have a problem setting things up (PHP 5.03 on Windows with Apache
and mySQL). : mysql_connect(. .) generates Apache error log - undefined
function. I have put
extension=php_m ysql.dll
in php.ini
and added
c:\php
to the Windows path. However I still get 'cant find php_mysql.dll'
when Apache starts. OTOH php_mysql.dll isnt in c:\php so.. is this in
a separate download? TIA
and mySQL). : mysql_connect(. .) generates Apache error log - undefined
function. I have put
extension=php_m ysql.dll
in php.ini
and added
c:\php
to the Windows path. However I still get 'cant find php_mysql.dll'
when Apache starts. OTOH php_mysql.dll isnt in c:\php so.. is this in
a separate download? TIA
Comment