I've been trying several functions from my php manual, but I can't seem to get anything to work. Uploading works just fine, but deletion is seriously F***** up.
Deleting a file????
Moderator: General Moderators
Deleting a file????
how do I delete images from my server????
I've been trying several functions from my php manual, but I can't seem to get anything to work. Uploading works just fine, but deletion is seriously F***** up.
I've been trying several functions from my php manual, but I can't seem to get anything to work. Uploading works just fine, but deletion is seriously F***** up.
Try;
Code: Select all
unlink("filename");