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

Subscribe to our news:
Partners
Testimonials
Charles Phillips: "Just want to take a second to really thank you for all the great support you give – I think that’s by far the best feature you offer".
Gabriela Arsene: "MySQL PHP Generator is really excellent! A very useful, easy to use tool and above all it is free, saving a lot of time and money to a developer! Great job! Congratulations to all the people who work at this project".

More

Add your opinion

PHP Generator for MySQL online Help

Prev Return to chapter overview Next

Hard-coded authorization

On using this kind of authorization all user accounts are stored in generated .php files. As any operation related to the user management requires re-generation and re-uploading of the application, it is not recommended to use this kind of authorization for real websites except the simplest ones.

 

To create the administrator user, fill in the Administrator login and Administrator password fields. Check the Enable guest access option to allow an anonymous user to access the generated app without completing the authentication procedure. Turn ON the Enable MD5 password encryption checkbox to store user passwords encrypted with the MD5 algorithm (recommended).

 

 

To manage additional users, click the Edit additional users button, then use Add/Edit/Remove buttons or the user grid's popup menu.

 

 

When creating/editing a user, provide its user name and password and check the necessary options to grant application-level permissions to this user. To learn how to specify page-level permissions, see the User permissions section.

 



Prev Return to chapter overview Next