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);

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
So much
depends
upon
a red

wheel
barrow
glazed with

rain
water
beside
the white
chickens.
                -- William Carlos Williams, "The Red Wheel Barrow"
*/

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

Reply via email to