Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

calling a non-php program?

Status
Not open for further replies.

svar

Programmer
Aug 12, 2001
349
0
0
GR
Just wondering if it is possible for pHP to call an external program. For instance perl can do
Code:
system("myexecutable.e");
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top