SQLite PHP Generator FAQ
You are welcome to look through the following Frequently Asked Questions list for getting to know the answers to the most commonly asked questions about SQLite PHP Generator.
If you want to ask a question which is not in the list you may apply to our support team.
What is SQLite PHP Generator?
SQLite PHP Generator is a powerful SQLite GUI frontend that allows you to generate PHP scripts for working with tables, views and queries through the web. The final scripts provide all the features you would expect from a professional web database application: data navigation, data editing, sorting, filtering, exporting, etc.
What is the difference between Freeware and Professional versions of the SQLite PHP Generator?
How can I create a template with SQLite PHP Generator?
It is easy to create the template using the wizard. Just click the More button at the last wizard step and select the Save Template item to save the current configuration.
Is it possible to create web pages with html logos and navigation menus using your software?
Yes, you can generate web pages designed according to your needs using the Header&Footer tab at the Customizing HTML appearance step of SQLite PHP Generator.
Is it possible to edit php code generated by SQLite PHP Generator?
Of course you can modify the generated code but we do not provide any support on this.
I installed SQLite PHP Generator and generated a first script, but it produces just a blank page.
Add the following lines into the generated .php file (immediatelly after <?php):
Listing 1.
error_reporting(E_ALL ^ E_NOTICE);
ini_set('display_errors', 'On');
Then run your script again to see a more useful error message.
When I try to access a generated PHP script file via my browser, I get the following error message: Warning: include(templates_c\%%56^567^567072C6%%page.tpl.php) [function.include]: failed to open stream: No such file or directory in \libs\smartylibs\Smarty.class.php on line 1152.
Make sure that both templates_c folder and PHP temporary folder (session.save_path directive in php.ini) are writable by the web server user.
To determine which user account is used by Internet Information Services (IIS), follow these steps:
- In the Windows Start Menu choose "Run:", type "inetmgr" and click "OK";
- Expand the list of web sites under the "Web Sites" node in the tree view, right-click on a web site that is being used and select "Properties";
- Click the "Directory Security" tab;
- Take note of a "User name:" field in the "Authentication Methods" dialog.
Does your software support lookup options?
Yes, it does. Moreover, lookup menus are generated automatically if your database contains the appropriate foreign key constraints.
How can I determine the total number of records in the table/view/query using a PHP script created with your product?
Use the mouse hint for the page numbering area:

Which SQLite server latest version is supported by your software?
SQLite PHP Generator can be used with SQLite server versions up to 3.x.x.
What are system requirements for installing your software?
- Pentium PC or higher;
- Windows 9x/ME/NT4/2000/XP/Vista/Windows 7;
- 64 MB RAM (128 MB recommended);
- 15 MB of free hard disk space;
- SVGA-compatible video adapter.
- PHP version 5.0 or greater
How can I find out the date of my current product version release?