|
Posted by Johnny on 10/03/17 11:59
"Schmalz" <gpshea@hotmail.com> wrote in message
news:451be14c$0$4666$61c65585@un-2park-reader-01.sydney.pipenetworks.com.au.
...
> Hi all. Probably not an original posting but I have searched high and low
> for a satisfactory resolution to this problem. I am using Windows XP, IIS
> 5.1, PHP 5.1.4 and MySQL 5.0.23 and Dreamweaver 8. When I try to create a
> database connection I get the "Your PHP server doesn't have the MySQL
module
> loaded or you can't use the mysql_(p)connect functions" error. I have
> downloaded the latest mysqli and mysql extensions (PHP 5.1.6 and MySQL
> Server 5.0.24a) and copied these into my C:\PHP\ext directory. I believe
I
> have already made the required changes to the php.ini file however this
may
> not be 100% right. Any further advice and/or assistance would be greatly
> appreciated.
>
>
make yourself a phpinfo.php file that has a call to phpinfo() and run that
to see what's loaded, what points to where, the dir of your ini file, etc.,
etc.
[Back to original message]
|