I need to add my php file to project. header.php show me image which is saved in DB. So I have "<img src='file.php'>" in header.php . I have made file.php which get BLOB from DB and print this image. Always I have to add file 'file.php' to server after copying file from output, but I would like to have it in project. How to do it ?