php-windows Digest 24 Jul 2007 11:26:44 -0000 Issue 3289
Topics (messages 28233 through 28236):
Re: How do configure PHP support for MySQL on Windows?
28233 by: Sean B. Durkin
28234 by: Janet Valade
windows API to play audio files?
28235 by: Chuck Anderson
28236 by: Stut
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
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_2.2.4-win32-x86-no_ssl.msi).
2. I have installed MySQL 5.1 via the windows installer
(mysql-5.1.20-bet-win32.zip).
3. I have installed PHP 5 via the msi installer
(php-5.2.3-win32-installer.msi)
4. I have enabled the php_mysql.dll extension inside of php.ini
5. I have ensured that libmysql.dll in on the system path.
I have done all of this correctly, but I still cannot open
a database from php script! What am I doing wrong? Can any one
please advise?
What error message do you get?
Janet
Please help a PHP/MySQL newbie.
Faithfully,
Sean B. Durkin
([EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
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 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_2.2.4-win32-x86-no_ssl.msi).
2. I have installed MySQL 5.1 via the windows installer
(mysql-5.1.20-bet-win32.zip).
3. I have installed PHP 5 via the msi installer
(php-5.2.3-win32-installer.msi)
4. I have enabled the php_mysql.dll extension inside of php.ini
5. I have ensured that libmysql.dll in on the system path.
I have done all of this correctly, but I still cannot open
a database from php script! What am I doing wrong? Can any one
please advise?
What error message do you get?
Janet
Please help a PHP/MySQL newbie.
Faithfully,
Sean B. Durkin
([EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
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
*****************************
--- End Message ---
--- Begin Message ---
Chuck Anderson wrote:
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.
Not even close to a PHP question, but a long time ago I created a site
like this using Winamp. I wrote a UDP server in C++ that took commands
from PHP scripts and then used the Winamp SDK to control Winamp.
I'm sure there are other MP3 players out there with suitable APIs.
-Stut
--
http://stut.net/
--- End Message ---