# [EMAIL PROTECTED] / 2006-09-15 20:39:16 -0400:
> I have a script I've created which takes a file upload, monkeys with the 
> data in it, and needs to push the new file out to the browser.  Everything 
> is coded and working up to that last point, but I've never pushed out a file 
> to the browser before.

Each time any of your PHP web scripts is run to display a "page", it
"pushes" a file to the browser: the page is the file.

> Does anyone have the code for this laying around that I can see (and
> modify)?

There's no code, there's only comprehension. The fishing manual is at:
ftp://ftp.rfc-editor.org/in-notes/rfc2616.txt

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991

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

Reply via email to