Quote:
Originally posted by denniswrenn
Out of the choices I would have to say PHP.
a pro is you don't have to send out the content type header with every script(If you are working with an image or something, you can via the header() function). I also like how you can embed HTML into a page. If I remember correctly, PHP is also faster and more efficient, if set up as an Apache module.
Maybe you could try using C++? It's basically the same as perl(you must send out content type header information at the beginning of every script), but I would think it's more powerful, and probably faster(it's compiled as opposed to interpreted like Perl and PHP)...
As for Python. I haven't used it very much(I wrote one script when I was using redhat), but I know a few people who really like it.
You don't have to send out header information with ASP. The major con is, you have to run IIS.