i can use dhtmlxconnector to load data, but data processor doesn’t work,
i cannot save data to database(mysql), what’s the problem?
[code]
How to start html, body{ margin:0px; padding:0px; height:100%; overflow:hidden; }<script src="./dhtmlxConnector_php/connector.js" type="text/javascript" charset="utf-8"></script>
<script src="./dhtmlxDataProcessor/dhtmlxdataprocessor_debug.js" type="text/javascript" charset="utf-8"></script>
[code]
<?php require("./dhtmlxConnector_php/scheduler_connector.php"); $res=mysql_connect("host", "user", "password"); mysql_select_db("table"); $calendar = new schedulerConnector($res); $calendar->enable_log("log.txt"); $calendar->render_table("events","event_id","start_date,end_date,event_name,details"); ?>[/code]