Voting

: min(four, eight)?
(Example: nine)

The Note You're Voting On

deen804 at gmail dot com
11 years ago
unlink($fileName); failed for me .
Then i tried using the realpath($fileName) function as
unlink(realpath($fileName)); it worked

just posting it , in case if any one finds it useful .

<< Back to user notes page

To Top