Page 1 of 1

Warning: unlink() [function.unlink]: http does not allow

Posted: Sat Feb 28, 2009 2:05 am
by vani sri
Hi all,

I tried to delete the file using
I got the following error.
Warning: unlink() [function.unlink]: http does not allow unlinking
When i try to give path like,
c:/xampp/htdocs/xml_files/enq_paathshala.xml
,it means the file deleted.

But i want to delete using http(direct URL).

Pls any one help me.

Regards,
vani

Re: Warning: unlink() [function.unlink]: http does not allow

Posted: Sat Feb 28, 2009 2:16 am
by requinix
vani sri wrote:But i want to delete using http(direct URL).
You can't.

Why would you even want to?

Re: Warning: unlink() [function.unlink]: http does not allow

Posted: Sat Feb 28, 2009 2:24 am
by susrisha
http://in.php.net/unlink
perhaps you need to look at it again..