PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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?