Can anyone see why unlink isn't working?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi there everyone,

I have image details stored in my DB, and i'm trying to remove the ones I select, but I keep getting an error saying that there is an unexpected T_Variable, can anyone see what is wrong here?  It's probably obvious, but for the life of me ........

if (count($del) >= 1) { 
for ($i=0;$i<count($del);$i++) { 

$nameb = $del[$i];

echo $nameb;

unlink($path$nameb);

};

Thanks for any help :-)

Chris

[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux