Hi,
I have a php file in my server with this code>
echo 100;
in construct2 i have this code:
on start of layout - ajax-request"mywebpage.com/myphpfile.php" (tag "test")
on "test" completed - textbox-set text to Ajax.lastdata
the result: nan
and if i do
on "test" completed - textbox-set text to int(Ajax.lastdata)
the result: 0
what am i doing wrong?
thanks!