Re: [PHP-WIN] How do configure PHP support for MySQL on Windows?

2007-07-23 Thread Sean B. Durkin
Vikas, The MySQL is started. I have only one php.ini and it is in the correct location. My problem must be something else. But thanks anyway. Faithfully, Sean vikas batra wrote: Pls ensure that ur mysql service has ben started or not if not started then start it from control panel->Adminis

Re: [PHP-WIN] How do configure PHP support for MySQL on Windows?

2007-07-23 Thread Janet Valade
Sean B. Durkin wrote: Hi, How does one configure PHP support for MySQL on Windows? My host operating system is Windows Server 2003. 1. I have installed Apache 2.2 via the msi installer (apache_2.2.4-win32-x86-no_ssl.msi). 2. I have installed MySQL 5.1 via the windows installer (mysql-5.1.20

Re: [PHP-WIN] How do configure PHP support for MySQL on Windows?

2007-07-23 Thread Niel Archer
Hi > The MySQL is started. I have only one php.ini and it is in the correct > location. That statement is only true, provided your not working under a misconception, the usual cause of problems. Your initial post told us very little useful info, just that you'd install this, that and the other.

Re: [PHP-WIN] How do configure PHP support for MySQL on Windows?

2007-07-23 Thread Sean B. Durkin
Niel, Thanks for your advise. I have tested the Apache web server, and it is working fine. I have tested MySQL through a console window, and used it to create a database, and it is working fine. I have tested PHP on Apache by viewing php pages, and it is working fine. However if I use a php sc

Re: [PHP-WIN] How do configure PHP support for MySQL on Windows?

2007-07-23 Thread Sean B. Durkin
Janet, See my response to Vikas' message below. Faithfully, Sean B. Durkin Janet Valade wrote: Sean B. Durkin wrote: Hi, How does one configure PHP support for MySQL on Windows? My host operating system is Windows Server 2003. 1. I have installed Apache 2.2 via the msi installer (apache

Re: [PHP-WIN] How do configure PHP support for MySQL on Windows?

2007-07-23 Thread Janet Valade
You may have your error messages turned off. Add the following code to the top of your script to see if you get an error message that provides some info about what is happening. error_reporting(E_ALL); ini_set("display_errors",1); Janet Sean B. Durkin wrote: Janet, See my response to Vika

[PHP-WIN] windows API to play audio files?

2007-07-23 Thread Chuck Anderson
Does anyone know of a good, basic program with a command line interface for playing audio files. I'd like to create a Php driven, browser based "Juke box" with "custom" features for playing my mp3's. -- * Chuck Anderson • Boulder, CO http://www.CycleTourist.com