Thanks very much to all the he's and any she's who answered this.
Tony
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have a question that follows on from this discussion. I have a loop
which creates a number of files. It first write each file to a server
location then sets up the headers and asks the "Save As" question. This
works OK once, but after the first download it exits without any errors
or messages. If
Hi,
My first post. Been writing php from scratch for about 12 months, mainly
with what I learnt from the web. Have a problem trying to download
multiple files. I'm using the following code:
if (file_exists($file)) {
header('Content-Description: File Transfer');
header('Content-Type: applica
3 matches
Mail list logo