Re: [PHP] Delete Files on Server with PHP

2001-08-30 Thread Jason Brooke

 How can I send a command to remove it from the server within PHP?

 Thanks,

 Paul

You go to the online manual, browse to the Filesystem Functions section and
look up a function that removes files
http://www.php.net/manual/en/ref.filesystem.php

jason




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Delete Files on Server with PHP

2001-08-30 Thread Paul Cohen

Thanks Jason,

I was using a hard copy manual and couldn't find it in the file functions. 

Paul

-Original Message-
From: Jason Brooke [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 30, 2001 10:27 AM
To: Paul Cohen; [EMAIL PROTECTED]
Subject: Re: [PHP] Delete Files on Server with PHP


 How can I send a command to remove it from the server within PHP?

 Thanks,

 Paul

You go to the online manual, browse to the Filesystem Functions section and
look up a function that removes files
http://www.php.net/manual/en/ref.filesystem.php

jason



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]