Click to See Complete Forum and Search --> : Server side scripting


xerces1010
August 29th, 2010, 12:17 PM
hi

I am a beginner in server-side scriping.
I want to write a server side program that generates random numbers......
Which server should i use (is best) (apache etc..) ? and which scripting language?

Thanking you in advance

PeejAvery
August 29th, 2010, 02:38 PM
Choosing the platform should depend on what you plan to develop. A random number generator is built-in to almost every existing language today. Hopefully that is not your only objective.

What do you see yourself writing in the future?