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

Subscribe to our news:
Partners
Testimonials
Kirby Foster: "Nice software. Small, lightweight, works well. I evaluated lots of software before deciding that your software worked the best for what I do. Both Maestro for MySQL and PHP Generator have saved me lots of time".
Lucian Nedescu: "Thank you very much. Have a nice century (this is a real wish :P). I think that i will do a great job on my clients database with the new php interface. Thank You again".

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