CPT 106
Franklin College
Fall 2003
Erich Prisner,
...
Server-side scripts
- CGI/Perl
- old-fashioned
- open-source project
- ASP (Active Server Pages) (with Registration)
- for use of VBScript (version of Basic) or Javascript, C#, C++, Perl,
- compiled,
- only useable on Microsoft's IIS (Internet Information server) platform
- uses ODBC interface
- truly object-oriented (ASP.NET)
- strongly typed ("3" and 3 are different things)
-
- JSP (Java Server Pages)
- by Sun
- more difficult, requires Java knowledge
- PHP
- open source,
- PHP language,
- interpreted,
- works on all platforms,
- easy to learn, especially for
those without much programming background,
- often used in combination with
MySQL,
- uses ODBC interface
- disadvantage: different interface for each database
- weakly typed
ASP-PHP
syntax comparison
ASP-PHP
comparison, ASP.NET-PHP
comparison (Microsoft page),