Actually, he doesn't need either.
Just put a semi-colon in front of the line starting:
extension=msql.dll
Note the section a few lines down:
;Note that MySQL and ODBC support is now built in, so no dll is needed
for it.
On Wed, 14 Mar 2001, Jani Taskinen wrote the following to John Stoops :
> On Wed, 14 Mar 2001, John Stoops wrote:
>
> >Lets start again.
> >
> >My php page:
> >
> ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> ><html>
> ><head>
> > <title>Untitled</title>
> ></head>
> ><body>
> ><?php
> > echo "Hello world";
> >?>
> ></body>
> ></html>
> >
> >My error message:
> >
> >PHP Warning: Unable to load dynamic library './msql.dll' - One of the
> >library files needed to run this application cannot be found. in Unknown on
> >line 0
> >
>
> msql.dll ?? Weren't you using mysql? It's mysql.dll then.
>
> --Jani
>
>
>
>
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]