Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Ran Cole: "We bought the tool last week and want to say how much we love it. We've found it not only powerful, but very user friendly. We have used the tool to create an interface that manages our MySQL DB for different types of users".
Jonathan Oakes: "This is a lovely application. It's easy to hook into my own bespoke applications. It's very powerful, yet really quite simple to use. Thanks for this".

More

Add your opinion

PHP Generator for MySQL online Help

Prev Return to chapter overview Next

Getting started

In general, all you need to create your own feature rich data-driven web application is to complete the following simple steps (in fact, only first two steps are mandatory):

 

Connect to the database you want to work with through the web;
Specify datasources for web pages;
Customize web pages to be created;
Specify security settings to protect your data from an unauthorized access.

 

 

PHP Generator for MySQL allows you to save and restore all the options set during a session. All the session parameters may be saved and loaded to/from a project. Loaded settings may be edited if necessary. To open an existing project, click More... > Load Project on the first wizard step and select the project file or choose one of recently used projects.

 

See also: Working with projects.



Prev Return to chapter overview Next