Second most universal server scripting language

Discussion in 'Programming' started by batman4444, Apr 17, 2010.

  1. #1
    I am wondering if anyone can help me out with this. I am currently developing a web application that will require a component to be installed on the users server. The user installed compenent must have the capability to alter the HTML prior to being sent to the web browser (similar to php's output buffer) and be able to connect to a remote MYSQL server.

    I already have built a php version. But unfortutnatly I am very unfamiliar with any other languages besides php.

    I want this web application to be accessable to the greatest number of users possible. I am planning on writing another version (maybe two) in a diffrent languge to allow those who dont have php on their server to still be able to use the application.

    My question is what languges should I write it in?

    I am guessing it is going to have be someting IIS understands.
     
    batman4444, Apr 17, 2010 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    I would write it as a web-service... then any web-language can hit it and use it's api
     
    ccoonen, Apr 17, 2010 IP
  3. killaklown

    killaklown Well-Known Member

    Messages:
    2,666
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    165
    #3
    would say 2nd is ASP.. there is also ruby on rails, but not used much. (powerful language, a little harder to learn in my experience)
     
    killaklown, Apr 17, 2010 IP
  4. NeoCambell

    NeoCambell Peon

    Messages:
    456
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    In my experience, php is the best language that supports all the platforms including Linux and Windows (On both Apache and IIS).
    Though there are minor issues when running same code under different platforms, I didn't see much problems.
    If your problem is about running php under IIS, see following links.
    How To Install PHP on IIS 6.0
    How to Install PHP on IIS 7 on Vista
    How to run PHP on 64-Bit Windows
    How To Install MySQL to work with PHP on IIS 6.0

    If you still want to re-write the code (for learning purposes), I would suggest ASP.Net and C#.
     
    NeoCambell, Apr 18, 2010 IP
  5. batman4444

    batman4444 Active Member

    Messages:
    211
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #5
    Thank you, I appreciate your replies. Looks like ASP.Net C# will be my best bet. Also thanks killaklown for your input I am redisigning the whole thing to run more like a web service to insure future upgradability
     
    batman4444, Apr 19, 2010 IP
  6. crivion

    crivion Notable Member

    Messages:
    1,669
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    210
    Digital Goods:
    3
    #6
    Java is also available on all platforms
     
    crivion, Apr 20, 2010 IP