On Wed, Sep 24, 2008 at 9:56 AM, Richard Lynch <rlynch@xxxxxxxxx> wrote: > As a general rule, check what happens when you do wget -S on the URL and see what the browser sees. Thanks Richard and all responses. That was the best PHP and HTML debug I've learned so far. I always find it is difficult to debug html and JS when doing PHP program. I can debug C/C++ using gdb well but no idea what the tools can be used for browser debug. Anyway, the problem has been resolved. It turns out it was an authorisation issue. My web server requests a log in at beggin, although I can see every pages and download other data and image files, somehow it cannot download the mp3 file. As soon as I remove the login, it works fine. Appreciate all of your helps and responses. Cheers. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php