MySQL Forums
Forum List  »  PHP

Re: Please help!!! Can't connect PHP with MySQL
Posted by: Pedro Manzano
Date: November 15, 2005 04:06PM

look at php.ini

; Directory in which the loadable extensions (modules) reside.

extension_dir = "c:\php\ext" // I have install the php on c:\php folder ;C:\PHP;C:\PHP\EXT must be on you path.

If you wish to have an extension loaded automatically, use the following
syntax:

extension=modulename.extension

For example, on Windows:

extension=msql.dll

not mysqli

Options: ReplyQuote


Subject
Written By
Posted
Re: Please help!!! Can't connect PHP with MySQL
November 15, 2005 04:06PM


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.