How to embed php script into c++ application?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
burek
Forum Newbie
Posts: 6
Joined: Mon Oct 06, 2008 9:48 am

How to embed php script into c++ application?

Post by burek »

Hi,

A simple question. If I have one application, written in c++, is there any way I can implement a php scripting support, so the users of that application can write scripts in php, that my application can understand and execute.

So, shortly, my goal is to embed php scripts into my application (something like python/perl/lua scripting support, but with php).

Is this even possible?
If it is, please give me as much links and informations possible, because google didn't help a lot.

Thanks a lot whoever helps on this.
burek
Post Reply