Posted by dawnerd on 11/28/57 11:54
Jay wrote:
> You have to Options
>
> 1. enbable the extension in the php.ini
>
> extension=php_mysql.dll
>
> or
>
> 2. Recompile PHP with buil in MYSQL Support ;)
>
> Best Regards Jay
Don't forget to set the extension path. The easiest way is to just copy
the dlls in the /ext/ folder into the php root folder.
[Back to original message]
|