Hey people,
Just wondering... How is it possible to make external calls using PHP. For example, say i want to use a c++ function in my PHP script; so how could it be done? Would be very most grateful to your responses 🙂
John
php like perl, may simply execute any command (yoru c progarm) straight or as if from the commandline/shell
you can read up on the [man]exec[/man] suite of functions that allow you to do this on php.net