Posted by Malcolm Wright on 10/11/05 18:43
Mark thanks but....
Mark Rees wrote:
>
> The first thing to check is if your installation is using the version of
> php.ini which you think it is.
>
> Run a script containing only
> phpinfo();
>
Did that and it looks as if its using the php.ini in c:/php which is
what I would expect.
> and take a look.
>
> If that's all OK, then did you stop IIS when installing PHP and Apache? If
> not, try uninstalling and reinstalling with IIS stopped.
>
Don't have IIS installed. IIS is a server (I think!) and I'm using the
Apache server.
I stop the Apache server every time that I made a change to php.ini and
then restarted but it still doesn't see the php_mysqli.dll.
Malcolm
> Cheers
>
> Mark
>
>
>>Although I've been programming for over 30 years I am new to web
>>development.
....
>>I'm trying to connect to a MySQL database using PHP. I'm using the new
>>mysqli_connect structure. I've also tried the straight procedural
>>version mysqli_connect function.
>>When I run the code I get a "Call to undefined function mysqli_connect".
>>I've set up my PHP.ini file to point to the correct php ext file and
>>I've included references to the php_mysqli.dll but I still get the error
>>message.
....
[Back to original message]
|