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

  • Context: HTML/CSS 
  • Thread starter Thread starter onlybarca6
  • Start date Start date
  • Tags Tags
    Form Fortran Html
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!
 
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
 

Similar threads

  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
7K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K