You may want to add the following line just after 'mailto:[EMAIL PROTECTED]]
Sent: quinta-feira, 29 de Março de 2001 13:39
To: Thomas W. Badera; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] PHP and Filesystem - Solution
Some lines were wrapped on my previous msg; this one fixes that, so yo
PROTECTED]
Subject: RE: [PHP-WIN] PHP and Filesystem - Solution
First, if you're trying to get just the name of a file in a url, use
basename().
Then remove stripslahes as it corrupts binary data.
This would result in the following code that I've *TESTED* with some image
urls and modifie
First, if you're trying to get just the name of a file in a url, use
basename().
Then remove stripslahes as it corrupts binary data.
This would result in the following code that I've *TESTED* with some image
urls
and modified to print a nicely formated progress; I've also renamed some
variables...