HTML/CSS Can a Fortran 95 Program Run Online Using a HTML Form?

  • Thread starter Thread starter onlybarca6
  • Start date Start date
  • Tags Tags
    Form Fortran Html
AI Thread Summary
To run a Fortran 95 program online, a proposed method involves using PHP to handle user input from an HTML form. Upon submission, PHP would write the input values to a text file, which the Fortran program would then read to perform calculations. The results would be output to another text file and displayed on the website. The feasibility of this approach depends on the web server, platform, and available infrastructure. Additionally, permissions on the operating system and web server are crucial for executing this process seamlessly.
onlybarca6
Messages
5
Reaction score
0
I've got a Fortran 95 program (which basically does few calculations) and I'd like to use it online. So that, the users will input data into a HTML form, the program will run, and it will display the results.

Would it be possible to do it in the following way?
To run a little program (e.g. PHP) once the user submits the form, then that program would take the input values from the form and write them into a text file.
Then it runs the Fortran program, which reads the input values from the text file and does all the calculations - outputting the results to another text file (and then back to the website).

If that's possible, how do I put all these steps into one thing, so that they'll be executed one after another?


Thank you very much for your help!
 
Technology news on Phys.org
That looks very much like a re-post of How to run Fortran program on the website? Please help, but anyway:

Theoretically, there are many of ways of gluing a module or an an app and a website together, but the choice of architecture largely depends on infrastructure, foremost

- which web-server,
- running on which platform,
- providing which infrastructure

is taken into consideration?

And last not least which rights do you have on the box/the OS/the web-server/your site?

Regards, Solkar
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...

Similar threads

Replies
25
Views
3K
Replies
2
Views
2K
Replies
3
Views
2K
Replies
1
Views
4K
Replies
6
Views
3K
Replies
3
Views
2K
Back
Top