B4J Question [BANAno] and CallAjaxWait a external php

giannimaione

Well-Known Member
Licensed User
Longtime User
hello,
i have a external script file PHP;
if i run it (example) "127.0.0.1/myJob/script/demo.php" it works well and produce a TABLE (columns and rows)

is it possible to run with "banano.CallAjaxWait" and view a TABLE ?
 

giannimaione

Well-Known Member
Licensed User
Longtime User
Perhaps, with
B4X:
Dim bw As BANanoWindow = banano.Window
bw.Open("demo.php", "name", "specs")
how to send parameter to demo.php ?
 
Upvote 0
Top