|
|
Frequently Asked Questions
-
What are the features of the scripts generated by Backend Wizard?
-
They can list, search, insert, update and delete rows in the selected MySQL table.
-
They support the following data entry modes: text inputs, password (hidden text) inputs, textareas, selectboxes (single or multiple), radio buttons, checkboxes (single or multiple) and file uploads
-
Entered data can be verified the following methods: minimal length, minimal value (numeric data), e-mail address validation, web address validation, login (check if login name exists), date, time, date+time and password
-
Selectbox and radio button options can be constants or can be selected from an other MySQL table.
-
Our scripts currently can be created with English, Hungarian and Swedish user interface, but we are working on more languages.
-
Are there any MySQL structure limitations?
Yes. There are two limitations.
-
We tested our system on tables with not null columns only. Null columns should work in general but the search functions on them may fail.
-
Primary index key must have auto-increment property.
-
How can I delete tables/data from my database?
You can upload any MySQL command, such as "delete from..." or "drop table...".
But you cannot drop the database itself and cannot use other databases.
-
My script works on your server but does not work on my server...
You need to dowload common.php (it's free) and set MySQL connect parameters (host, database, user, password) in it.
-
I cannot find my account...
For keeping our system clean we regularly delete inactive accounts. Our policy is the following:
- If an account never had a positive balance, we delete it after two months inactivity
- If an account have zero balance but it had earlier a positive balance or it had unlimited access, we delete it after one year inactivity.
- We never delete accounts with positive balance.
If an account has a valid e-mail in its profile, we send a warning in e-mail before we delete it.
We suggest to keep a minimal positive balance if you do not want lose your account. If you already lost it you can create a new one at any time.
-
How much does it cost?
If you want use our PHP code generator you need subscribe it for a limited time. You can select from the following payment options:
- One month for $8.95
- Three months for $16.95
- Six months for $28.95
- One year for $52.95
You can use our service unrestrictedly within the pre-paid period without any extra cost.
|
|
|