InterviewSolution
| 1. |
How To Remove A File? |
|
Answer» If you WANT to remove an existing file, you can USE the unlink() function. Here is a PHP script example on how to use unlink(): If you want to remove an existing file, you can use the unlink() function. Here is a PHP script example on how to use unlink(): |
|