PHP2Go Demos
» Subscribe Form


A simple page containing a subscribe form. This demo illustrates how to build the most common input types using the PHP2Go forms API. In the example, not all the features and field types were included. However, if you want more information, we suggest you browse the examples after downloading the package and read the document type definition (php2go_forms.dtd).

View the demo
Download the demo

» Login Application


A simple demonstration of an application that requires authentication. It uses the authentication process implemented by php2go.auth.AuthDb and contains the most common configuration options of the auth API.

With this example, it's also posible to see how to use php2go.base.Document (generates HTML documents), php2go.form.FormBasic (generates basic HTML forms, with automatic generation of HTML output code) and php2go.session.SessionObject (persists objects in the session.

View the demo
Download the demo