+ 23
How do I perform this operation?
Well me and my friend are working on a project together.. It's a project for our college canteen.. I have to create the kitchen side(a monitor screen which may display the orders) while he has created the user side (the app).. The problem for me is.. I have to display on a webpage the users order and I am confused about how to capture the text from that android app 😕.. I am not asking for any ready source code... I just need a direction to work.. So that I may learn 👍
8 ответов
+ 24
There are several ways to do that according to me.
If you know php then you can create mysql database and what you can do is, you can send data using your app via insert queries.
And you can get them via select queries on kitchen side and once order is completed you should use delete query to delete that perticular order.
If php is not okay for you then use something like firebase, mongo or any other online database.
//PHP would be most convenient for you.
+ 15
OK... We are using firebase... So I think I have to study firebase..
Thanks for your help ⚒️Raj Chhatrala🛡️ and Calviղ
+ 9
If I'm not wrong, I think I may need something like PHP🤔
+ 9
Thanks rudolph flash and Anuj Raghu
Well I have opted firebase or rather we have... 😅 So I'm beginning with Firebase.
+ 8
Use Php/mysql or Nodejs/mongodb to create rest api for data sharing between 2 difference platforms.
+ 3
You should use PHP
0
Кто на зарания возмет
- 1
Pliz XP