I seem to be the only one whose PHP4 version does not have php_mysql.dll (??) Can someone please send it to me ? Thanx
The mysql modules are now built in the interpreter .. you don't need any extra dll's just use the mysql functions this should work
Thanks for that, it's just that when I ran php.exe it said : "Unable to load dynamic library c:/path/php_mysql.dll" which confused me.
hi britta,
sorry my english is very bad. I have the same problem: no mysql.dll is found. manual says, I have to uncomment extension = mysql.dll for running (php.ini).
have you found a solution?