RE: Re[2]: [PHP] Read a file

2003-07-08 Thread Adam Voigt
Umm, sudo? On Tue, 2003-07-08 at 12:49, carlos castillo wrote: > Thanks, i already solve that problem, but now i have > another...sorry...jejejeje. > > Look I need to change the permissions for the files, I use > $cmd = "chmod 644 $archivo"; > system($cmd); > > but I can do it,

RE: Re[2]: [PHP] Read a file

2003-07-08 Thread carlos castillo
Thanks, i already solve that problem, but now i have another...sorry...jejejeje. Look I need to change the permissions for the files, I use $cmd = "chmod 644 $archivo"; system($cmd); but I can do it, only the root can do thatyou have an idea how I can do it? Thanks, Carl