Possible Duplicate:
What is the faster ( and slower ) language to do this ?
I want to know what is the faster ( execution time ) language for this simple script ( executed through ajax ):
Pseudocode:
// start code
var str = GET['string']
INSERT SQL
SELECT SQL
// end code
This is a very simple script with 2 simple query.
I want to know what is the faster ( and slower ) language in this case.
Erlang ? C ? C++ ? PHP ? Python ? Ruby ? Java ? ecc...
.
P.S. I am going to use MySql but you can recommend me other DBMS.