If I have an algorithm, and I want to keep the mechanics of it from public view, and simply output the results on a web page, what is the best way to go about doing this, and which language is best to accomplish it with? To create code that runs on a server, that the web page user cannot see, download, or acces in an other way?
When I ask which language would be best, I mean for the hidden code running on the server, not the code for the web page embedded in the html.
Thanks all...
When I ask which language would be best, I mean for the hidden code running on the server, not the code for the web page embedded in the html.
Thanks all...