|
Posted by Floortje on 01/22/07 13:55
Janwillem Borleffs schreef:
> marce1972 wrote:
>> Hi to all, that's my question I have mysql database and a web page to
>> upload files to my webpage, I know how to delete them from the
>> database, but didnt find the code to delete them from the web server.
>> Please help me with this code.
>>
>
> The only way to do this through HTTP is to create a remote script that
> accepts parameters and uses these to select and delete the file. There's
> also a HTTP DELETE method, but I have never encountered a server which
> supports it.
>
>
> JW
shortest way :
@unlink($file);
Make sure to check the input first
--
Arjen
http://www.hondenpage.com
Navigation:
[Reply to this message]
|