php-windows Digest 6 Dec 2006 17:08:33 -0000 Issue 3082
Topics (messages 27300 through 27301):
Re: How do you play an mp3 file on php?
27300 by: John Meyer
Getting user on iis with "WWW-Authenticate: Negotiate"
27301 by: Aspen Olmsted
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 ---
On Mon, 2006-12-04 at 12:31 -0400, [EMAIL PROTECTED] wrote:
> Hi!
> I'd like to know if it's possible to play an mp3 file using php only
> (without flash) and how it's done. Hope this is possible and someone knows
> how to do it.
>
> Thanks to whoever answers.
>
I don't know that it is possible to _play_ an mp3 file through PHP,
however, it is possible to output the file as a stream to the user using
PHP
--- End Message ---
--- Begin Message ---
I have "WWW-Authenticate: Negotiate" working on IIS 5.1 and php 5.2 in isapi
mode but I can not figure out how to determine the user name that was used.
The
When I decode $_SERVER['HTTP_AUTHORIZATION'] I get NTLMSSP:
$_Server[base64_decode(substr($_SERVER['HTTP_AUTHORIZATION'],10))]
I have the same issue with WWW-Authenticate: NTLM authentication
Thanks,
Aspen
--- End Message ---