Server Web Application

From HTML5 Builder
Jump to: navigation, search

A server web application is a web application that runs in a web server, allowing you to use both server-side and client-side web technologies.

You can create a new server web application from Home > New > HTML5 Builder Projects > Server Web Application. Your new project will then be created with an empty server page (unit1.php), which will be opened on the Design view.

Files

Server web applications consist mainly of server pages, often along with server data modules and server units, although they might have any type of file. To add new files to your project, use the Project Manager.

The development process and features for each type of page are different. For help developing the pages of your application, check their own documentation pages: Server Page, Server Data Module, Server Unit, etc.

Help Resources

Tutorials

See Also