can PHP call an executable?
Posted: Sat Dec 07, 2002 11:45 am
I want to write a Web app that collects user data from a form, passes it to a scripting language on the server which in turn calls an EXE with the use-entered data, then when the EXE returns its calculations (from the user data), I'd like the scripting language to format the calculations for display by the client (the browser). Can PHP do this? As far as I can tell, PHP can't call an EXE, and that's a problem. What scripting language could I use for this?
Thanks in advance.
Thanks in advance.