By the way, I wouldn't suggest trying to stream a remote file straight to the client via your server. It'd be far better to actually download the file first into a cache directory, and then do a readfile() on the cached file. (Just in case $url is actually a full http://www.domain.com/etc/
Main Topics
Browse All Topics





by: gr8gonzoPosted on 2009-10-11 at 21:42:35ID: 25548671
Try doing away with the if(IE) { ... } else { .... } logic, and just try this:
Select allOpen in new window