Hi!

All I want is, to call my php with a URL in my querystring!
myphp.php?URL=http....

my php should download the "URL", uuencode it, and then return the uuencoded
text!
as this should be binary-safe, it thought of using the linux-included
uuencode!
But how to get the (perhaps large binary) file and use uuencode like
"uuencode < input > output"?

thanks
Michi

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


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

Reply via email to