* Thus wrote Jason Wong:
> Please do not top post.
> 
> On Wednesday 25 August 2004 01:31, PHP Junkie wrote:
> > Ave,
> >
> > Nope... Didn't work. Didn't return an error or anything, didn't delete the
> > folders either!
> 
> > >> system('rm -rf',$user_dir,$ret_val);
> 
> That should be:
> 
>   system("rm -rf $user_dir", $ret_val);

Btw, be extra careful what $user_dir is, if somehow it is / you'll
delete any file that nobody has permission to; which isn't a good
thing.



Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

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

Reply via email to