Re: [PHP-WIN] MySQL Configuration on Windows Box with Apache and PHP

2009-06-17 Thread Walter Torres
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:

Re: [PHP-WIN] MySQL Configuration on Windows Box with Apache and PHP

2009-06-17 Thread Sascha Meyer
*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

RE: [PHP-WIN] MySQL Configuration on Windows Box with Apache and PHP

2009-06-17 Thread Brereton, Stephen
ngs are. If the dlls are in the wrong place, move them and restart apache -Original Message- From: Antonio CS [mailto:antoni...@gmail.com] Sent: 17 June 2009 16:51 To: Will Fitch Cc: kprateek...@gmail.com; php-windows@lists.php.net Subject: Re: [PHP-WIN] MySQL Configuration on Windows Box

Re: [PHP-WIN] MySQL Configuration on Windows Box with Apache and PHP

2009-06-17 Thread Sascha Meyer
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 > > -- >

Re: [PHP-WIN] MySQL Configuration on Windows Box with Apache and PHP

2009-06-17 Thread Antonio CS
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

RE: [PHP-WIN] MySQL Configuration on Windows Box with Apache and PHP

2009-06-17 Thread Will Fitch
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