Hi everyone, I've got a big problem: I should include c++ class into a php script. I know I can include Java classes... but what about C++ and PHP? Can anyone help me?
Thanx in advance Laura
php includes a java extension, which allows you to use java. if you want to have a function or class in c++ you should add it to the php source code and recompile.
Thank you Paul, should I use Zend API to include my C++ class (is a .a file in Linux)?
Thanks a lot in Advance!
Laura
sorry i know next to nothing about c++, i just know thats how it would be done 🙂