View Articles by Category

ASP/ASP.NET
CGI/Perl
PHP

Category » Advanced Scriptingrss button

PHP, CGI/Perl and ASP/ASP.NET

There were 4 articles found in this category:

  1. questionWhat is ASP?
    An Active Server Page (ASP) is an HTML page that includes scripts that are processed on a Microsoft Windows web server before they are presented to the user requesting the page. ASP files end with the .asp extension. ASP enables you to create interactive web pages that are customized to your si ...
  2. questionWhat is ASP.NET?
    ASP.NET, also known as ASP, is Microsoft’s most recent version of ASP and is a feature of Microsoft’s IIS (Internet Information Server). Like ASP , ASP.NET enables customization of HTML pages using database queries. ASP.NET, Doteasy supports ASP .NET 2.0 and Microsoft SQL 2005 Express Edition ...
  3. questionWhat are CGI scripts?
    Common Gateway Interface (CGI) is a standard method of transmitting information between an application and a web server. CGI scripts are used to supplement basic HTML pages by making your website more interactive and functional. You can program many useful features in CGI scripts, such as hit c ...
  4. questionWhat is PHP?
    PHP, also known as PHP: Hypertext Preprocessor, is an open-source scripting language and interpreter. It is used primarily on UNIX Web servers to create interactive and customized Web pages and is an alternative to Microsoft Active Server Page (ASP) technology. When PHP script is embedded withi ...