I am really confused as to why this code just returns back a blank page with no information on it?
<!DOCTYPE html>
<head>
<title>Test</title>
<link rel="stylesheet" href="../css/style.css"
</head>
<body>
<?php
use phpGridC_DataGrid;
include_once("config.php");
$dg = new C_DataGrid("SELECT * FROM city", "ID", "city");
$dg -> display();
echo $dg;
?>
</body>
1 Answers
Hi,
We don't support this api.
Perhaps, you need to contact http://www.phpgrid.com support.
Your Answer