I have an corporate intranet that users must login to access and inside it they can download files.
The script is like: session_start -> check user -> fopen -> fread - > print headers -> print data It works fine but it allows me download only one file. The second download is queued until the first has finished. I was debbung it and found a very interesting behaviour. The script stops at <? session_start(); <------ STOPS HERE . . . DownloadFunction(); . . . ?> when the second download begins. Please, help me. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php