Posted by "-k." on 10/13/05 05:48
--- Jasper Bryant-Greene <jasper@bryant-greene.name> wrote:
> $source_dir = escapeshellarg( '/some/dir/Dir That Won't Move/' );
Unfortunately escapeshellarg doesn't work for all cases, it will escape the " ' " in that example
but it doesn't escape other characters such as " ) ". So...
$source_dir = escapeshellarg( '/some/dir/Dir That (Won't Move)/' );
....fails as well. Any other ideas?
-k.
__________________________________
Yahoo! Music Unlimited
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/
Navigation:
[Reply to this message]
|