Quoting PK :
I am new to PHP and as well as with MySQL,
I have installed PHP 5.28, on win XP (with Apache 2.09)...
any guess what i am doing wrong, i am sure that it is some
configuration error.
A absolute easy install solution can be at...
web.walters-way.com
Directions on installing:
*doooh*
I forgot you use Apache instead of IIS ... if php is set up to log errors to
the windows log (entry "error_log" with value "syslog" in php.ini), then you'll
find errors and warnings in your event log, otherwise have a look at your
apache logs (as mentioned by Antonio). And if you check
Hi
Also make sure that the php.ini file listed as being used in phpinfo()
is the one that you are making the changes in.
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have to say that the extensions_dir setting is most likely the culprit
here.
Be explicit with its' value - c:\php\extensions - not './' - otherwise
you really don't know where its pointing.
Using phpinfo() in a simple file will tell you exactly what is working
and where things are. If the dlls a
Hi Prateek,
Prateek wrote:
> Now I want to use MySQL with PHP, but seems that *MySqli* is not
> installed properly. as when I write a following script in a php page I
> get a error ...
>
> *
> any guess what i am doing wrong, i am sure that it is some configuration
> error.
>
> Prateek
>
> --
>
Don't know if this was sent correctly but here it goes again!!
See if the extension dir ini entry is set correctly.
Look for:
extension_dir = "./"
This is normally not set correctly in windows.
Also check Apache's error log files, they should say something about not
being able to load the driv
It's a long shot, but have you restarted Apache?
--
Thanks,
Will Fitch
Zend Certified Engineer
Cell: 931.205.8242
Fax: 931.914.1206
-Original Message-
From: PK [mailto:kprateek...@gmail.com]
Sent: Wednesday, June 17, 2009 9:44 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN] MySQL Co
I am new to PHP and as well as with MySQL,
I have installed PHP 5.28, on win XP (with Apache 2.09) and it is
installed properly (at least PHP and apache),
as when I call phpinfo (), through a script, it shows
the PHP Information.
then I installed MySQL 5.1.30,
and from MySQL command prom
I am new to PHP and as well as with MySQL,
I have installed PHP 5.28, on win XP (with Apache 2.09) and it is
installed properly (at least PHP and apache),
as when I call phpinfo (), through a script, it shows
the PHP Information.
then I installed MySQL 5.1.30,
and from MySQL command
See if the extension dir ini entry is set correctly.
Look for:
extension_dir = "./"
This is normally not set correctly in windows.
Also check Apache's error log files, they should say something about not
being able to load the drivers etc
Good Luck
On Wed, Jun 17, 2009 at 4:38 PM, PK wrote:
I am new to PHP and as well as with MySQL,
I have installed PHP 5.28, on win XP (with Apache 2.09) and it is
installed properly (at least PHP and apache),
as when I call phpinfo (), through a script, it shows
the PHP Information.
then I installed MySQL 5.1.30,
and from MySQL command prom
11 matches
Mail list logo