I have some forms that work over the web, i want to put them into b4a
and then somehow get the values from them into a tiny sql database on the phone.
now i have a html form with a "<form>" tag and an action= that goes to an asp classic page
and does a: request("name") which give me the value of name. I need to do this on the phone
(Not over the internet). Is there a simple way to capture the values as i am doing with asp classic?
does the capture program need to be written in b4a or how do you do this?
i guess the "action" tag goes to program on the phone?
and then somehow get the values from them into a tiny sql database on the phone.
now i have a html form with a "<form>" tag and an action= that goes to an asp classic page
and does a: request("name") which give me the value of name. I need to do this on the phone
(Not over the internet). Is there a simple way to capture the values as i am doing with asp classic?
does the capture program need to be written in b4a or how do you do this?
i guess the "action" tag goes to program on the phone?