I open php file by fopen() and call it by fread() and fclose(), but it's not executed and it's just read as when I open it by Inspect Element.
I tried it by htmlspecialchars() but it just printed as String.
I need some suggestions, please, in order to I can execute another php file from php. Thanks.