Running hidden, secured code over internet?

inkexit

New member
Joined
Feb 11, 2009
Messages
1
Reaction score
0
Points
1
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...
 
PHP does this natively, as does perl, if I\'m not mistaken - use either one.
www.w3schools.com has a good PHP tutorial.
 
Back
Top