Yes, I know my title is a bit confusing. Anyway, I have a PHP file, which I want to drop another PHP file, and the dropped PHP file would check if the creator exists, and if it doesn't it deletes files, how could I do this? I know how to drop a text file with some content in it, but not a much more complicated PHP file with multiple lines.
Is there anyway to do this?