I want to include a file which is a variable, because in my database, file is a field.
I want to ouput this file by using the following statement:
include ("$file");
include ("<?php echo $file?>");
Both ways did not work.
I think this should be a simple problem, but I do not know how to solve it. Thanks in advance for you help.