Load data from PHP file

Hello,
I am trying to load data from a php file and it doesn’t works.
If I write that :

	ganttChartControl.loadData("../../Appli/DDI/Php/DdiXML.php?Action=Gantt",false, false);

I have no result and no error message.

Is it possible to do this ?

(Excuse me for my bad English language… I’m French ! :unamused: )

have you tried using

 ganttChartControl.loadData("../../Appli/DDI/Php/DdiXML.php?Action=Gantt",true, true);

since you are loading from a file, that is found locally.