Forum Moderators: phranque
I now want to enhance this system in such a way, that a very difficult calculation is performed. I cannot use PHP to do this calculation because it would take to long and the type of calculation is not supported by PHP, so I have to use an external executable. I don't want the visitor to know that an executable is called. How do I set this up in such a way, that I first show a page with a form where the user can enter his parameters (text and numeric), then do a POST, GET, or whatever to call the external executable and after the executable is finished a new page is loaded with the results?
My environment