What Are Good Languages To Write Complicated Web Based Software In?
2010-01-06 at 09:26 am hugegeFor example, what sort of languages would web based CRM programs have been written in.
I want to get some software written that would have a large database and would generate lots of different reports based on the data. The software must run in a web browser. There seems to be a lot of programming languages and I was wondering what the leading languages are for this type of software are.

PHP is a very powerfull language, you can create some very complex websites with it. Its also open source, and free to use. This is one advantage it has over other languages such as ASP,
ASP is similar, but its Microsofts verison, im sure it has features PHP hasnt got, and PHPhas some this hasnt got, but ASP only runs on microsoft serversas far as i am aware, alsi it comes with .NET librarys to allow the develeper to make more complex websites / apps
Then you have JSP (Java Server Pages) which uses Java,
Also, Perl, Python, Ruby, etc.. there are more…http://www.php.net/http://www.asp.net/http://www.ruby-lang.org/en/http://www.python.org/
These are all serverside scripting languages, do a search on google for them and see which one you like best
All of these connect to databases such as MySQL, Ms SQL, Oracle etc…
There isnt really a best language to learn, my preference would be PHP, because it has similar syntax to C#, if you find an online CRM software, look for the file extension, this should give you some idea of the more popular ones
I would suggest that you use PHP, coupled with a MySQL database to back it up. These two are made for each other. PHP follows a C-like syntax, so it is very easy to learn. Also, usage of AJAX is advised. Since you are saying it’s a lot of data, then your data will load in chunks. For that, use of AJAX to receive and display the chunks is advised.
Binaek Sarkarhttp://www.foundation.net.in/