I have a php system then allows user login then keep a session information as the login.
From b4a, I want to a) login via post login id and password; b) post sql update based on the session info.
The php program has something like: update table_a set col1='xxx' where id = session("login")
So how could I use the same session during the whole life cycle of the b4a program?
I know webview may do but I want my user use the native Android interface to input and update.
Thanks.
From b4a, I want to a) login via post login id and password; b) post sql update based on the session info.
The php program has something like: update table_a set col1='xxx' where id = session("login")
So how could I use the same session during the whole life cycle of the b4a program?
I know webview may do but I want my user use the native Android interface to input and update.
Thanks.