Server scripting
GoLive supports several popular server scripting technologies: Microsoft Active Server Pages (ASP), Sun's JavaServer Pages (JSP), and PHP: Hypertext Preprocessor (PHP). In general, each of these technologies works in a similar fashion. A Web browser requests a page with dynamic content at a Web site. Special tags within the page tell software on the Web server to insert dynamic content into the Web page template from a content source, such as a database file. The server then returns that page to the browser with its dynamic content fully formatted and displayed. Each of these technologies offers an alternative to the older CGI (Common Gateway Interface) approach to server scripting without requiring you to learn C++ or Perl. |