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 ONE - getting started with:
PHP/MySQL Web Database Application Code Generator Version 10

In order to understand the process of creating an application in PHP/MySQL Web Database Application Code Generator, lets look at the steps involved in the demo project I used for the website.

I chose a DVD database for the example as DVDs are something that most people are familiar with, along with concepts such as genre, director and so on.

Ok, Lets get started!

Connecting to your Database

  1. Launch PHP/MySQL Web Database Application Code Generator, and click the New Project Button button.
  2. You will be prompted to enter details to connect to your database. If connecting to a MySQL database on your local pc then leave the host as localhost, and port as 3306. Enter the correct username and password.

    MySQL Connection Screen
  3. Click Connect and Get List Button button. If you entered your connection details correctly then the listbox will show a list of your databases. Click the button
  4. Click the OK Button button to close the database connection window.

Continue to Guided Tour Part 2 - Choose Options