Why is there more files in the output folder than there are in my includes folder. I notice that there seems to be a lot of specific php files in the Project folder and also i had a save.php file and in that file i have 2 files that its looking for in the included folder and only 1 is there.
include("include/dbcommon.php");
include("include/shopping_list_items_variables.php");
Do i need to copy the the shopping_list_items_variables.php from the output folder to the include folder ?