Inlcude files as it was complied

Just create a real “Data” subfolder and place the PHP files you want to run inside it. They will be recognized by the PHP application.

Hi,

How can i run scripts outside the EXE like they where compiled in the EXE (in the Data folder)
include(‘file.php’); is not really practical

this means i need to inject php files in the memory where the compiled files are stored
is this even possible ?
If yes, how ?

greetz