我在使用数据库更新/插入后返回了文件名 require_once'文件夹名/ListData.php';
在脚本文件中,我需要更新网格而不调用该文件名
任何帮助将不胜感激!
在脚本文件中
myForm.send("1.php", "post", function (loader, response){
ListDataGrid.updateFromXML(response);
ListDataGrid.sortRows(0);
});
在php文件中
$UpdateObj->updateOdatas($_REQUEST['dataId'])
require_once 'foldername/ListData.php';