Pravee7094
Active Member
Hi team,
I have developed the API using some other language.
In b4a, I have to call the direct action name which is placed in the API file (PHP file).
For example,
In the API file I have a "/insert" actions. So If I insert the one data into database I should call only the action name from b4a.
Is this possible in b4a?
We have already tried with php direct file using "Poststirng" command in Okhttputils2. There are well and good. But this is used to call the whole PHP file.
But we just want next level method.
So we want this type -> "controller_name(file_name)/Action(insert)" .
Any suggestion or Help?
Thanks
Praveen
I have developed the API using some other language.
In b4a, I have to call the direct action name which is placed in the API file (PHP file).
For example,
In the API file I have a "/insert" actions. So If I insert the one data into database I should call only the action name from b4a.
Is this possible in b4a?
We have already tried with php direct file using "Poststirng" command in Okhttputils2. There are well and good. But this is used to call the whole PHP file.
But we just want next level method.
So we want this type -> "controller_name(file_name)/Action(insert)" .
Any suggestion or Help?
Thanks
Praveen