tango Active Member Licensed User Longtime User Apr 11, 2025 #1 i want to run banano web site with get-post method as "index.php?abc=1" or any other way is there any simple way?any help? Last edited: Apr 11, 2025
i want to run banano web site with get-post method as "index.php?abc=1" or any other way is there any simple way?any help?
Mashiane Expert Licensed User Longtime User Apr 11, 2025 #2 Search the forum for BANanoFetch, perhaps you are looking for that. Upvote 0
Mashiane Expert Licensed User Longtime User Apr 11, 2025 #3 If you are talking about the URL of the browser, perhaps javascript B4X: window.location.replace(newUrl); With BANano its BANano.Location.? Upvote 0
If you are talking about the URL of the browser, perhaps javascript B4X: window.location.replace(newUrl); With BANano its BANano.Location.?
tango Active Member Licensed User Longtime User Apr 11, 2025 #4 Mashiane said: Search the forum for BANanoFetch, perhaps you are looking for that. Click to expand... Hi mashiane, i want to run main index page with get method . i.e "www.abc.com/index.php?age=1" Upvote 0
Mashiane said: Search the forum for BANanoFetch, perhaps you are looking for that. Click to expand... Hi mashiane, i want to run main index page with get method . i.e "www.abc.com/index.php?age=1"