Jump to content

Deleting File


SkyRanger

Recommended Posts

I am trying to delete files but not sure why this is not working.

 

while($row = $result->fetch_assoc()){
$file1 = $row['pic'];
$file2 = $row['pic2'];
$file3 = $row['pic3'];
}

echo $loggedin;

echo $file1;
echo $file2;
echo $file4;

unlink('members/$loggedin/inventory/$file1');
unlink('members/$loggedin/inventory/$file2');
unlink('members/$loggedin/inventory/$file3');

 

All of the echo's display the proper info but I get the error

 

Warning: unlink(members/$loggedin/inventory/$file1)
Warning: unlink(members/$loggedin/inventory/$file2)
Warning: unlink(members/$loggedin/inventory/$file3)

Edited by SkyRanger
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.