I think this question is for guys who have work with sources of php-interpreter. Is there way to include my code into interpreter with the purpose to output php-commands which execute at nay moment into file.
I want to get code which execute my interpreter with purpose to get php-code of script from another servers. I am going to do php-including, but on the my server, and include scripts from not my server and then see their php-code. something like this (this script must execute on my server):
Code:
iclude("http://not_my_server.com/script_i_want_to_see.php");
Is it possible if i fix sources of php-interpreter?