Problem with unlink() in php!
- by Holicreature
I'm creating a temp image always named 1.png under specific folder and once i read the image_contents and process, i use unlink() to delete that specific image from that folder.
But sometimes the image file is not deleted and the same image is file is read and processed.
That script is working otherwise fine...
There is no permission related…