Welcome Guest, Not a member yet? Register   Sign In
Help, I cannot Unlink
#2

[eluser]smilie[/eluser]
Unlink can _only_ delete localfile - not a remote one.

So:
unlink('http://whatever/file.txt') will fail;
unlink('/var/www/file.txt') works (if PHP has privileges to delete that file).

Cheers,
Smilie


Messages In This Thread
Help, I cannot Unlink - by El Forum - 01-05-2011, 11:48 AM
Help, I cannot Unlink - by El Forum - 01-05-2011, 11:53 AM
Help, I cannot Unlink - by El Forum - 01-05-2011, 12:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB