Hello Carlos,

On 12 Feb 2004 at 18:52, carlos castillo wrote:

> does anyone know how to reproduce a mp3 file with php?

If my Spanish serves me right, what you want to do is play an MP3 file. Well, that's 
something that would happen on the user's computer and would depend on the 
presence of a sound card, loudspeakers, appropriate plug-in etc. PHP is a server-side 
scripting language and has nothing whatsoever to do with the user's computer. What 
PHP can do, of course, is handle the storage of MP3 files on the server and send HTML 
"embed" tags (for instance) to the user's browser.

Hope this helps,

Erik

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to