AppGini Online Help > Introduction
What is AppGini?
Sample web application generated by AppGini AppGini is a program that helps you develop web database front-ends rapidly. You do not need to have any programming background to use it. Just define your database, set some options, click the Generate button, and ... that's it!

AppGini helps you create professional web database front-ends ready for uploading to your website. It has all the powerful features you would expect from a professional database application: data navigation, sorting, filtering, editing, inserting and deleting.

Moreover, there are many other features that help enhance your application. Features like foreign key functionality (lookup fields), full control over the application's appearance and behavior, support for image and file uploads, and many others ...
What languages and databases are supported by AppGini?
AppGini generates applications written in PHP language that connect to MySQL* databases. Again, you never need to know anything about PHP or MySQL to use AppGini. PHP and MySQL are very widely supported by Internet developers and web hosting providers. So, you'll probably get the generatred applications to work with your server without any preconfiguration at all.

As you read on, or, if you prefer, experiment on your own with AppGini, you'll discover all the great features built into it. So ... please follow me!


* Some users report that they have successfully used AppGini with SQL Server databases by simply replacing all occurances of "mysql_" in the generated PHP scripts with "mssql_".