RE: [PHP] probelm : delete files using PHP

2002-07-24 Thread Simon Ritchie
> I am using PHP 4.1.1, Postgresql 7.2 and Perl 5.6.0 on Linux. > > I want to delete files in a directory,which were created 15 days back. > > I can not do it, with PHP filesystem and directory functions, as > PHP runs as > "nobody" user. To delete a file the user running the web server needs to

[PHP] probelm : delete files using PHP

2002-07-23 Thread umesh
Hi Gurus, I am using PHP 4.1.1, Postgresql 7.2 and Perl 5.6.0 on Linux. I want to delete files in a directory,which were created 15 days back. I can not do it, with PHP filesystem and directory functions, as PHP runs as "nobody" user. Can anybody pls. help me ? Thanking you all in anticipatio