Posted by Kirsten on 10/07/05 15:18
Elric1 schrieb:
> 1) Which is the best ng?
>
> alt.comp.lang.php
> alt.php
> alt.php.sql
> comp.lang.php
>
> or can you suggest a good web forum?
>
> 2) My PHP installation is not properly installed. I have it
> running under Win XP SP2 using IIS. When the computer first
> boots I get an error:
>
> PHP Startup: Unable to load dynamic library
> './php_mysql.dll' - The specified file could not
> be found.
>
> Can I just find that file 'php_mysql.dll' and copy it to c:\php?
> Does it need to be regestered as well?
Should be in the extension directory under PHP.
Must be declared in the php.ini in the section extensions, or you load
it with dl().
Kirsten
[Back to original message]
|