How to create a website about clicking a next turn number and send to my apps? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to create a website about clicking a next turn number and send to my apps?

I am doing a project about order a number online using apps. As a counter, I want to login to the website and then doing my work. I just click the next turn number and the next turn number will send to my apps so that the user of my apps can know what is the turn at the electric sign of the place.

27th Oct 2017, 4:25 PM
Chai Yun
Chai Yun - avatar
1 Answer
+ 1
public currentNum; function generatedNum(){ currentNum =+1; } echo currentNum; use webservice to interacting your web data to app data, or u can use realtime database like Firebase, good luck
27th Oct 2017, 4:46 PM
Dexter Dewa
Dexter Dewa - avatar