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

[eluser]konank[/eluser]
Yes...!!
i'ts works..

now I understand..
I just has to change my code like this :

Code:
$path = "".base_url()."images/".$img1;
$path2 = "".base_url()."images/thumbs/".$img2;

unlink($path);
unlink($path2);

To

unlink("images/".$img1."");
unlink("images/thumbs/".$img2."");

Thank You..
Smile


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