Hi all,
I've a problem... I'm writing an extension for php, and i need to
execute a file php... but only the content of the file and not the
file...
Now I better explain:
- the extension get the file content of a php file (php code and html
code mixed..)
- execute the content with some zend api function
I've already tried with zend_eval_strin g but not good because not
execute the html code/open php tag.
The same for zend_execute_sc ript :(
If someone has used the zend api, i need your help
PS: sorry for my english, it is difficult to explain my goals :(
I've a problem... I'm writing an extension for php, and i need to
execute a file php... but only the content of the file and not the
file...
Now I better explain:
- the extension get the file content of a php file (php code and html
code mixed..)
- execute the content with some zend api function
I've already tried with zend_eval_strin g but not good because not
execute the html code/open php tag.
The same for zend_execute_sc ript :(
If someone has used the zend api, i need your help
PS: sorry for my english, it is difficult to explain my goals :(
Comment