|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Remove Files
Is there a function to remove files in PHP? I know there is in C++, but I'm not sure if there is for PHP
|
|
#2
|
|||
|
|||
|
RE: Remove Files
the unlink function deletes a file
|
|
#3
|
|||
|
|||
|
RE: Remove Files
OK, thanks. I had to do a little reaserch to get the parameters.
|
|
#4
|
|||
|
|||
|
RE: Remove Files
for future reference: http://www.php.net/manual/en/function.unlink.php
|
|
#5
|
|||
|
|||
|
RE: Remove Files
That's where I went
|
|
#6
|
|||
|
|||
|
RE: Remove Files
Just for everyones reference, you can always goto:
php.net/functionname i.e.: php.net/unlink use any function name and it will redirect you to the appropriate page... |
|
#7
|
|||
|
|||
|
RE: Remove Files
OK, thnx for the tip
|
|
#8
|
|||
|
|||
|
RE: Remove Files
cool, I didnt know that! Thanks!
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > Remove Files |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|