And for server-side scripting languages, these are the "main three":
1. Perl: Pretty good. Uses CGI, but you need to have a line to print out each HTML line.
2. ASP: Also pretty good. Pros are you can easily embed it into HTML and the language will be easy for you to learn if you are a VB developer. Cons are it only runs on IIS and it's slow.
3. PHP: The best in my opinion. Also easy to use especially if you know some C, and it is very fast and runs on any machine. You can also use special tags like ASP to embed code into HTML.




Reply With Quote