
October 24th, 2011, 07:17 PM
|
 |
Lost in code
|
|
|
|
|
jQuery isn't a programming language, it's a JavaScript framework. Technically you could do it with JavaScript, but JavaScript is rarely used as a server side language and a client side language can't do what you need.
JSP, ASP and PHP are all viable choices. Your choice of DBMS will probably depend on the language you choose. Most PHP applications use MySQL. Most ASP applications use MSSQL I think. I'm not sure about JSP. However, I think all three languages have bindings that will allow you to use almost any database that you want. MySQL and Postgresql are both free, which makes them popular.
It is correct that you could use any language.
|