Hi all,
when I load my page with the dhtmlxgrid on, i get:
[code]This XML file does not appear to have any style information associated with it. The document tree is shown below.
2011-01-01
januari
test
test
0
2011-01-02
januari
test
test
0
…
[/code]
This is my code I used (test.php & grid.xml)
[code]<?php
require(“codebase/grid_connector.php”);
$res=mysql_connect(“xxx”,“xxx”,“xxx”);
mysql_select_db(“xxx”);
$gridConn = new GridConnector($res,“MySQL”);
$gridConn->render_table(“oper”);
?>
what is wrong?
tx