I can access mssql data through php using sqlsvr and display it in a table. How would I get this data into a jqgrid.
require_once “../includes/jquery/php/jqGrid.php”;
require_once “../includes/jquery/php/jqGridPdo.php”;
define('DB_DSN','server=localhost;dbname=database');
define('DB_USER', 'user');
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top