Welcome to our knowledge base. To find what you're after, use the search box below or choose a category to view listed articles.
View Articles by Category
Category » Advanced Scripting
PHP, CGI/Perl and ASP/ASP.NET
There were 4 articles found in this category:
What 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 ...
What 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 ...
What 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 ...
What 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 ...