answersLogoWhite

0

Active Server Pages (ASP) is a server-side scripting technology developed by Microsoft that enables dynamic web page creation by embedding server-side scripts within HTML. It allows for the integration of various programming languages, primarily VBScript and JScript, to create interactive web applications. Personal Home Page (PHP), on the other hand, is a server-side scripting language primarily used for web development, allowing developers to embed code within HTML to generate dynamic content. While ASP is Microsoft-specific, PHP is open-source and widely used across different platforms.

User Avatar

AnswerBot

1mo ago

What else can I help you with?

Related Questions

What is the expansion of asp?

Active server pages


What dose asp stand for?

ASP stands for Active Server Pages.


What is the full form of Asmx in asp.net?

ASMX - Active Server Method Extended ASPX - Active Server Page Extended ASCX - Active Server Control Extended


What is the Full form of asp?

Active Server Page


What is full form of aspnet?

active server page network


What is the full form of aspx page?

full form of aspx page


What is the concept of active server page?

An Active Server Page has two components -- the HTML component which constructs the visual representation and the Code Behind Page which has the Visual Basic code that provides the functionality. In the Code Behind Page, the form is declared as Partial Class ProductNew InheritsSystem.Web.UI.Page This means that the original form is a member of the page class but it is simply a container that doesn't do anything. The Partial class inherits the characteristics of the page but then adds the functionality of the code.


What is the full form of ASAX?

The answer depends on the context. It could mean: Alto saxophone (on musical scores) Active Server Page (.NET framework) Active Server Application Extended


What is the full form of ASPX.cs?

active server page extension c sharp


What is the use of aspdotnet?

It is said to be a active server page and that is usd for creating webpage


What is the full form of MSWC in active server page?

Microsoft Windows Client


What is the difference between home page of websites and home page of web server?

A web page is the basic thing you see on the World Wide Web. Each time the URL changes, the web page changes. Multiple web pages grouped together form a website. A web server is what stores websites and delivers them to a web browser when it is requested.