Subscribe to our news:

 Partners
 Testimonials
Peter Robinson: "As a tech savvy company director, I wanted an inexpensive web based database application to manage all aspects of my business. As with most humans I find developing purely by CLI very hard and do not have the will or time to invest in improving my skills. I was looking to find a nice human friendly GUI to design and build my application, which is when I came across PHP Generator for MySQL.
Whilst you still need a great understanding of logic and a small amount of programming ability to get the specific results you require, I am very happy with the speed of progress I have been making with this invaluable tool.
With all the standard libraries included, this product makes normal requirements such as JavaScript form validation, lookup selectors, on click events, auto complete, detailed searches, multiformat exports, rss feeds and username security straight forward and quick.
Having any changes made via the GUI written to the web server at the click of a button makes testing out ideas quick and easy without fear of breaking your application.
To conclude, I couldn't find any other product on the market that came close to offering the amount of options this does, and I do hope that more products like this come out in the future, with the hope of eventually eradicating the need to program all together".
Philipp Gerber: "
The product is so easy and super built that you can achieve visible and great success after a short time. Also very much possible with the product. A class product.
I'm already looking forward to the next versions and extensions.
Keep it up.
Support to the product is just perfect.
Each Support request is quickly and very competent solved.
Also various assistance, which does not fall into a support, are also perfectly processed.
There is a direct wire to the manufacturer / developer and this is notth.
Thanks for the class Support".
More
Add your opinion
 Customers
|
PHP Generator for MySQL online Help
createConnection
Creates a new connection to the database. Returns an instance of the EngConnection class.
function createConnection()
The code snippet below shows how to add a record to a log table when a user resets his password.
$connection = createConnection();
$sqlTemplate =
"INSERT INTO user_log (username, action_type, action_time) " .
"VALUES ('%s', '%s', '%s')";
$sql = sprintf($sqlTemplate, $username, 'password_reset_complete', date('Y-m-d H:i:s'));
$connection->Connect();
$connection->ExecSQL($sql);
|
 Company news 
Aug 23, 2022
New version introduces toggles, one- and two-dimensional barcodes, enhanced lookups sort order, changing page data sources, PHP 8.1 support, editor hints, and other useful things.
Feb 12, 2021
A new version comes with PHP 8.0 support, inline View forms, updated CheckBox Group editor, on-the-fly adding of new items to multi choice controls and other useful improvements.
Sep 10, 2020
A new minor version features the possibility to customize headers and footers of 'Registration', 'Resend verification' and 'Password recovery' pages, revised OnAddEnvironmentVariables event, default values is Cascading Combobox editors and more.
 Resources
The article shows how to implement an AJAX-based one-click editor for a logical column.
This article begins a series of step-by-step tutorials on how we made the NBA demo. It explains how to add new items to the menu, implement run-time theme selection, and tweak the login form.
The article illustrates how to use various chart libraries with PHP Generator.
 Feature of the day
PHP Generator supports master-detail presentations used to display a list of detail records related to a selected record on the page.
PHP Generator allows you to select a standard HTML template or create your own style with CSS file.
|