giannimaione Well-Known Member Licensed User Longtime User Sep 29, 2024 #1 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 ?
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 Sep 29, 2024 #2 Perhaps, with B4X: Dim bw As BANanoWindow = banano.Window bw.Open("demo.php", "name", "specs") how to send parameter to demo.php ? Upvote 0
Perhaps, with B4X: Dim bw As BANanoWindow = banano.Window bw.Open("demo.php", "name", "specs") how to send parameter to demo.php ?