What does ASP stand for?
Active Server Page
ASP has two different meanings in the IT world:
1) Application Service Provider: An Application Service Provider is a company or organization that provides software application services to customers via the Internet.
2) Active Server Page: An Active Server Page (ASP) is an HTML page that includes one or more scripts (small embedded programs) that are processed on a Microsoft Web server before the page is sent to the user.
What is the correct way to include the file "time.inc" ?
Include files must have the file extension ".inc"
How do you get information from a form that is submitted using the "get" method?