Please help me fulfill a small function! Small gratitude

Source: Internet
Author: User
Please help me implement a small function! Small grateful I want to use PHP file to delete a file under this category & nbsp; file name through url to transfer such as & nbsp; http://xxxx.com/del.php? 123.txtopen this connection  to delete  123.txt. please help me implement a small function! Small gratitude

I want to use the php file to delete a file name under this category and transmit it through a url.


Like http://xxxx.com/del.php? 123. txt

Open the connection and delete the 123.txt file.

Ask the code to score immediately .. My hands help me with the exercises:
------ Solution --------------------
$ Fn = key ($ _ GET );
If (file_exists ($ fn) unlink ($ fn );

------ Solution --------------------
Wait, and the moderator's code is there.
Write the above code into del. php and put it into the root directory of the website. then, access the code in the browser.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.