MySQL Forums
Forum List  »  PHP

Re: Solution to this would be...
Posted by: Pedro Ruiz
Date: October 06, 2005 12:37PM

What version of apache are you using? 2 or 1.3? Also, PHP version?

If you are on a WInblows box, set the environmental path for both Apache and php. If you do this and patch either later on, you will thank yourself in the long run.
If using Apache 2, open the httpd.conf and find the loadmodule portion:
Then add the following line:

LoadModule php5_module "D:/progs/PHP/php5apache2.dll"

....then...

in the PHP.ini, go to the Windows extension portion and ensure that you have the following line(s) uncommented..

extension=php_mysql.dll
extension=php_mysqli.dll - This is if you want to use the new mysqli extension.

See if this helps, then post back...

PR
prleo1@tampabay.rr.com

Options: ReplyQuote


Subject
Written By
Posted
September 13, 2005 03:53AM
Re: Solution to this would be...
October 06, 2005 12:37PM
October 06, 2005 12:59PM
November 26, 2005 07:15AM
December 25, 2005 12:13PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.