Hello,
I would like to load a string with PHP code and execute it. Is there a command that will let me do that? Maybe something like
php_exec(). I suppose I could always use some sort of shell_exec("php .exe...") trickery but would prefer something more graceful.
-CF
I would like to load a string with PHP code and execute it. Is there a command that will let me do that? Maybe something like
php_exec(). I suppose I could always use some sort of shell_exec("php .exe...") trickery but would prefer something more graceful.
-CF
Comment