jqGrid for PHP - quick installation guide System Requirments. 1. PHP 5.1 or higger 2. PDO installed driver (MySQL or PostgreSQL) - in the example we use MySQL 3. Web Server 4. Web browser Download jqGrid for PHP from http://www.trirand.net/download.aspx. The package contains all files needed to begin working with the component. The directory structure is as follows: - examples - js - php - themes - northwindSQL The "examples" folder contains all the examples. The "js" folder contains all the needed javascript files - jquery library, jqgrid library and jQuery UI javascript files. The "php" folder contains the jqGrid PHP files - this is the component library of jqGrid for PHP. The "themes" directory contain by default the redmond theme used into the examples. You can download additional themes from jQuery UI's site (currently 25 themes available) or roll your own theme using the superb ThemeRoller tool. The "northwindSQL" folder contains MySQL script for the sample Northwind database we are using. 1. Import the nortwind database in your MySQL server. The Northwind database create script (northwind.sql) is located in the "northwindSQL" folder of the installation package. 2. Open the jq-config.php file and enter the needed information - database user and password. If you have used an alternative database name for the northwind database change the name by modifying the DB_DSN variable in jq-config.php 3. Make sure you have unzipped the contents of the installation zip package to the folder you will be using as a sample (or you can use our own structure). 4. In order to create quick test example create a php file in the root directory and name it (for example) myjqgridphp.php (can be any other name ending with php extension) 5. Here is a sample setup to be used in the test myjqgridphp.php file: