Skip to content

Instantly share code, notes, and snippets.

@rob2009
rob2009 / read-post.php
Created June 19, 2019 11:13
PHPgrid.org problem using value from POST input
<?php
/**
* PHP Grid Component
* @author Abu Ghufran <gridphp@gmail.com> - http://www.phpgrid.org
* @version 2.0.0
* @license: see license.txt included in package
*/
include_once("../../config.php");
include(PHPGRID_LIBPATH."inc/jqgrid_dist.php");
$db_conf = array("type"=> PHPGRID_DBTYPE, "server"=> PHPGRID_DBHOST,"user"=> PHPGRID_DBUSER,"password"=> PHPGRID_DBPASS,"database" => PHPGRID_DBNAME);