Please can somebody help.
OS: XP
PHP: 5.0.3
MySQL: 4.1.7
Apache: 2.0.52
Okay I have just installed php5 and apache2 onto my system with no bother. I am trying to get mysql working. I have my extension folder set correctly though I still think that its looking for them in the windows directory (so I put the extension files there too). I have added the exra dll that goes with mysql "libmysql.dll". also I have the php.ini looking for the file in the extensions.
Okay so when I boot up Apache it tells me everything is hunky dory. Even phpinfo() tells my that MySQL happy. but when I try to run any php script that contains mysql commands nothing works. I can access mysql through the command prompt no bother. but no through PHP itself. this proves to be a problem for me.
any help would be appritated.