trepdas Active Member Licensed User Longtime User Mar 2, 2018 #1 Hi all, I have lots of working php code to add into my b4a project. is there any way to integrate php code into b4a without recoding it to b4x ? such as #if php maybe? Thanks
Hi all, I have lots of working php code to add into my b4a project. is there any way to integrate php code into b4a without recoding it to b4x ? such as #if php maybe? Thanks
DonManfred Expert Licensed User Longtime User Mar 2, 2018 #2 trepdas said: such as #if php maybe? Click to expand... The answer is easy. NO What you can do is: Put the php-scripts online and call them from b4x using okhttputils. Check my Signature; there are two Examples Upvote 0
trepdas said: such as #if php maybe? Click to expand... The answer is easy. NO What you can do is: Put the php-scripts online and call them from b4x using okhttputils. Check my Signature; there are two Examples
trepdas Active Member Licensed User Longtime User Mar 2, 2018 #3 What you can do is: Put the php-scripts online and call them from b4x using okhttputils. Click to expand... fantastic. Thank you !! Upvote 0
What you can do is: Put the php-scripts online and call them from b4x using okhttputils. Click to expand... fantastic. Thank you !!
KMatle Expert Licensed User Longtime User Mar 2, 2018 #4 trepdas said: is there any way to integrate php code into b4a without recoding it to b4x ? Click to expand... To be honest: If you are asking how to "add php code to B4A" I recommend you to study what php is and how it works first. A good start is here: https://www.w3schools.com/php/default.asp Upvote 0
trepdas said: is there any way to integrate php code into b4a without recoding it to b4x ? Click to expand... To be honest: If you are asking how to "add php code to B4A" I recommend you to study what php is and how it works first. A good start is here: https://www.w3schools.com/php/default.asp
trepdas Active Member Licensed User Longtime User Mar 2, 2018 #5 yes php is a totally different platform. I get blank sometimes... however , the solution with the okhttputils is exactly what I needed Upvote 0
yes php is a totally different platform. I get blank sometimes... however , the solution with the okhttputils is exactly what I needed