Re: [PHP-DEV] cry for execute a php code into a PHP_FE function

2002-09-13 Thread Devon O'Dell
Ahem, I decided I would be nice and give you some code. You can find example code in many files in the sapi/ directory. I suggest really browsing the code to understand how it works. zend_file_handle file_handle; file_handle.type = ZEND_HANDLE_FILENAME; file_handle.filename = [file path]; fi

[PHP-DEV] cry for execute a php code into a PHP_FE function

2002-09-13 Thread eminent
Hi all, i am crying beacause i didn't understand how to execute php code inside a PHP_FE function. Markus sayd that i have to use php_execute_script defined into main/main.c but i didn't understood how to use it. Can anyone help me? thanks MAX -- PHP Development Mailing List