Hi people i have a form
i use a select field to pick up a teacher.
I add an ajax onchange event in order to update some variables on the form.
The code is this.
{xlim_hrpag}=25;
{hrs}=15;
it works great but if i call any method before or after my code, the fields doesn’t update the vale
on the screen they are blank.
even if i change the value of variables inside any local php method doesn’t work, the varaibles on the screen remain blank.
I need to finish an important system please fix it