Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I have a android app that sends data to my database. My php query is insert. My question is when i use the update query in php, do i need to change my android code or just in the php?
You only need to modify the query in the php web service. And only if you need to send an additional data, you would have to modify your android app.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 days ago.
Improve this question
How do I make API using PHP. I know PHP and HTML. but I don't know how to make API Using PHP.
I want make Api using PHP. that can insert and fetch data.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I want to retrieve data from Firebase real-time database in my MySQL Database table. I have created my website project using LARAVEL.
Thankyou in Advance!
Better you should go for only firebase database. Connecting firebase with MySQL is not possible. And make more complexities and problems.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I need to remove a file from internal/external storage in smartphone that have my app installed, using PHP. I can't update my app if I don't remove this file.
How can I do it?
Thanks
Directly you can't do that but there should be workaround using some other methods like:
Push Notifications
Schedulers that checks URL endpoint with command logic
as web and PHP don't have any kind of accessing mobile device directly
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I intend to change an application built in labVIEW platform to a web app using AngularJS. For all required features such as getting data from database, user authentication with LDAP, I have options, but I could not find a solution on how to connect to an opcua server using AngularJS and/or PHP. Can anyone help on this?
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Does anyone know where messages accesses without using database on php-ajax chat?
example can be found on
www.phpfreechat.net/
In files:
By default, you don't need a Mysql
database. The chat uses files to store
messages and nicknames.
Source: http://www.phpfreechat.net/required-config