RE: [PHP-WIN] PHP and Filesystem - Solution Fixed

2001-03-29 Thread Fernando Madruga
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

RE: [PHP-WIN] PHP and Filesystem - Solution

2001-03-29 Thread Fernando Madruga
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

RE: [PHP-WIN] PHP and Filesystem - Solution

2001-03-29 Thread Fernando Madruga
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...