dosya başka bir dizinde ise nasıl php ile benim sunucudan dosya örneğin 22.pdf
silerim
page layout:
projects/backend/removeProjectData.php
(this file deletes all my entries for the database and should also delete the related file)
public_files/22.pdf
(dosyasının bulunduğu yer)
now I'm using the
unlink('../../public_files/' . $fileName);
ama bu daima bana dosya herhangi bir fikir yok ki bir hata veriyor?