Hi community,
I am trying to unlink a file from the images folder but I ran into the following error:
unlink() [<a href='function.unlink'>function.unlink</a>]: cURL does not allow unlinking
I am using the unlink function as below:
unlink("http://mysite.com/images/photos".$this->loadModel()->photo);
Please advise what I am doing wrong
cheers,
b