Valid XHTML 1.0 Strict
PHP MySQL Web Database Application Generator Reduced from $195 to $49.95 for a limited period only!

GUIDED TOUR - PART FIVE - Build Options in:
PHP/MySQL Web Database Application Code Generator Version 10

When you are finished tweaking options and ready to generate and try your Web Application, click the Generate Application Button button.

Build Options Screen

Application Name is the title that appears at the top of each page in the Web Application.

You can create your own Skin files, HTML Layouts and Language Translation Files (more on that later) for now use the defaults.

Every application should have a hard-coded Super Admin user that can login even if the authentication table in the database is empty.

If you wish to authenticate users against a database table, select the Table, the Username Field and Password Field, along with the Encryption used (if any) and the Salt (a random collection of letters and numbers to make it more difficult for hackers to get your passwords).

Output Path is the folder where you want to create your application. Ideally it should reside under your Web Server home folder.

Preview URL is the URL to use when previewing your application. If the output path is under wwwroot (Default IIS root folder) or htdocs (Default Apache root folder) then the program will try to figure out the URL from that. If you renamed your web server home directory then you will need to enter the Preview URL manually.

When you are happy with all the settings, click Generate Application Button button.

If everything is ok you will see a progress bar:

Progress Bar Screen

When complete a report screen will be shown, summarising actions taken to generate the application.

Build Report Screen

If there are any errors they will be listed, otherwise it will say "BUILD SUCCESSFUL". Click the Launch Application Button button. Your freshly brewed web application will launch in your default browser.

Return to Home Page