Code Comments
Programming Forum and web based access to our favorite programming groups.Johny wrote: > Hello folks, > I have 2.0.52 apache running on Win XP SP 2 and PHP 5.0.2 > and i got this problem i want to start mysql functions, but it doesnt > work. PHPMyAdmin says that mysql extension is not loaded therefore it > cannot run. I tried to play with php.ini file and added the mysql > extension to load but it never loaded properly or better said it didnt > loaded at all. I had that error message that it cannot be loaded because > of path however i had the path set correctly, i tried to change it > several time but nothing changed. > Please help me i need to develop a web app till end of this year and i'm > doing it at home... To add MySQL support, you need to do two things: 1. Uncomment the extension line for mysql in php.ini. Use php_mysql.dll for MySQL 4.0. Use php_mysqli.dll for MySQL 4.1. 2. PHP needs to be able to find two files: php_mysql.dll (or php_mysqli.dll) and libmysql.dll. Copying the files into your system32 directory almost always works. Janet > thanks > > Jan Palencar aka cajmilfo > > > ---------- > * www.inMail.sk <http://www.inMail.sk> - Vasa emailova adresa na cely > zivot ZDARMA > * www.SlovakNET.sk <http://www.SlovakNET.sk> - profesionalny webhosting, > domena .SK ZADARMO > * Zoner Photo Studio 7 - Spoznajte kuzlo digitalnej fotografie! > http://www.zoner.cz/photo-studio > * www.ZonerPress.sk <http://www.ZonerPress.sk> - pocitacova literatura, > zameranie na webdesign a grafiku -- Janet Valade -- janet.valade.com
Post Follow-up to this messageHello, it's functional now but i would like to know how to make DOM XML capable of run? I put libxml2.dll in system32 directory but nothing changed DOM XML commands are still unknown to PHP. In PHP.ini there is no mention about domxml extension dont know what next... Thanks for answer bye cajmilfo ----- Original Message ----- From: "Janet Valade" <jvalade@eoni.com> To: "Johny" <cajmilfo@inmail.sk> Cc: <php-install@lists.php.net> Sent: Thursday, November 25, 2004 1:28 AM Subject: Re: [PHP-INSTALL] mysql extension not installed ?!? > Johny wrote: > > > To add MySQL support, you need to do two things: > > 1. Uncomment the extension line for mysql in php.ini. Use php_mysql.dll > for MySQL 4.0. Use php_mysqli.dll for MySQL 4.1. > > 2. PHP needs to be able to find two files: php_mysql.dll (or > php_mysqli.dll) and libmysql.dll. Copying the files into your system32 > directory almost always works. > > Janet > > > > > > -- > Janet Valade -- janet.valade.com > > > ---------- > * www.inMail.sk - Vasa emailova adresa na cely zivot ZDARMA > * www.SlovakNET.sk - profesionalny webhosting, domena .SK ZADARMO > * Zoner Photo Studio 7 - Spoznajte kuzlo digitalnej fotografie! > http://www.zoner.cz/photo-studio > * www.ZonerPress.sk - pocitacova literatura, zameranie na webdesign a > grafiku > ---------- * www.inMail.sk - Vasa emailova adresa na cely zivot ZDARMA * www.SlovakNET.sk - profesionalny webhosting, domena .SK ZADARMO * Zoner Photo Studio 7 - Spoznajte kuzlo digitalnej fotografie! http://www.zoner.c z/photo-studio * www.ZonerPress.sk - pocitacova literatura, zameranie na webdesign a grafi ku
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.