No update in dhtmlGrid with dhtmlxConnector

Hi all, in this case my scripts don’t update by using dhtmlxConnector_php.

When I send update, I read an alert with xml code:



<?xml version='1.0' encoding='UTF-8' ?>



but server seems no reply with the correct syntax:





Details







Sorry for my english :frowning:

Thanks in advance!



*************************************************************

my code:



























***************************************************

connector_preventivi.php:





<?php

require(“dhtmlxConnector/codebase/grid_connector.php”);



$res=mysql_connect(“localhost”,“root”,“xxxxxx”);

mysql_select_db(“gestionale”);



$gridConn = new GridConnector($res,“MySQL”);

$gridConn-> dynamic_loading(100);

$gridConn->render_table(“prodotti”,“ID”,“ID,nome”);



?>





****************************************************

dataProcess Debug:





Log:

row 1 marked [updated,valid]

Initiating data sending for 1

Sending in one-by-one mode, current ID = 1

Server url: connector_preventivi.php parameters



gr_id=1

c0=1

c1=Gj

!nativeeditor_status=updated



Server response received details



<?xml version='1.0' encoding='UTF-8' ?>

Please try to change the order of js files as




It works!
Very quickly, thanks!