Just wondering if it is possible for pHP to call an external program. For instance perl can do
The idea is that the script may want to take a decisions based on more intricate
processing than what a database can do. I've never seen this though, so I'm not sure it's possible.
Code:
system("myexecutable.e");
processing than what a database can do. I've never seen this though, so I'm not sure it's possible.