Posted by Joker7 on 10/07/81 11:19
"steve" <a@b.com> wrote in message news:CxBte.6820$uS2.332@fe03.lga...
: i'm running php 5 on windows xp pro. i installed php 5 using the
installer.
: i copied all the zipped extensions to the php install path in a folder
: called "extensions".
Copy the libmysql.dll to C:/Windows/System32
Then open up your php.ini in a text editor and search for
;extension=php_mysql.dll and remove the ;
you may also need in ext : c:/php/ext
libmysql.dll
php_mysql.dll
php_mbstring.dll
You will need to pointphp to them:
extension_dir = "c:/php/ext"
Remove the ; from
libmysql.dll
php_mysql.dll
php_mbstring.dll
Then make sure php is available to your system path
Have fun
Chris
kick-butt.co.uk
[Back to original message]
|