How can you delete a image?
If
unlink("test.txt");
can delete a file in the same directory what can delete a gif in the same directory?
test.gif
Please help
David Eaton
unlink("test.gif")
will work exactly the same way as long as permissions are correctly set.
how can this work with windows 2000 under IIS ?