What would be the best way to do this?

CrackaLackaZe

Senior member
Jun 29, 2002
922
0
76
I have a program that's runnable from the linux command prompt. I put that program on a machine running apache. I want to make it so that when a user visits a webpage hosted by that server, they can run that program on the machine remotely.

I'm thinking cgi, but is that the best solution? or can this be done with PHP?