Cba From United States of America, joined Jul 2000, 4530 posts, RR: 3 Posted (11 years 3 months 3 weeks 1 day 18 hours ago) and read 664 times:
I'm currently working on starting up a new virtual airline. Most VA's have an automated flight schedules, pireps, etc. I want to have a database driving the whole operation. The database would contain flight schedules and pilot records. There are many different languages out there that will allow me to do this: ASP, CGI, PHP... the list goes on. Out of all these possibilities, which would be the easiest to:
Ryu2 From Taiwan, joined Aug 2002, 460 posts, RR: 0 Reply 3, posted (11 years 3 months 3 weeks 15 hours ago) and read 627 times:
I like PHP the best myself, as it is relatively fast (faster than CGI), and also works on most platforms. ASP only works on Microsoft systems (surprise, surprise!)
Jwenting From Netherlands, joined Apr 2001, 10213 posts, RR: 21 Reply 7, posted (11 years 3 months 3 weeks 6 hours ago) and read 615 times:
As I already said in Av Hobby (repeating here for people interested in automating websites that do not go there):
What you use depends in a large part on what you have available.
Unless you have the resources to host your own server with the software of your choice, you are almost always limited to what someone can provide to you.
That in turn limits (usually severely) the options you have.
In this case available knowledge to the developer is no problem, as he apparently has none at all (why else ask what tool is best and not search for a hosting service providing the tool he knows).
Personally I'd do such sites in JSP/Java servlets/XML/XSL.
I know those tools and they provide quick development of a stable, high performance scaleable environment.
Trouble is the number of hosting services for it is limited, but then I work mostly for larger corporations who do their own hosting