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 years ago.
Improve this question
How can I connect to the rest web services in php?
I want to connect to this web service and writing a hotel booking system with php.
hotel web service link
https://pintapin.docs.apiary.io/#reference/users/update-user/update-user
How many ways to do this?
Thanks
I think the curl library will solve what you are trying to do.
Please find the link below for more information on how to call a rest api in PHP.
call rest api in PHP
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 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
I would create a web application that sends push-notifications to my iPhone when a person filled in a form. How can I send that notification through PHP to my iPhone?
Have a read through Apple Push Notification Services in iOS 6 Tutorial which guides you through everything you will need from creating the certificates/keys to giving you some PHP to use.
You can use the Parse API available on http://www.parse.com to send push notifications easily :)
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 9 years ago.
Improve this question
Am using elastix server for voice call functionality in mobile application, in this I can able to store value(extension data) in asterisk database and also able to view data's in elastix page through the PHP code. When am calling via extension number am receiving "service not available".
How can I solve this issue or else can you tell me how to store the extension data in elastix server using API?
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 9 years ago.
Improve this question
So there are websites that use dynamic web pages and use PHP for this. Also websites need to use SQL to run information in their server databases.
How would an iOS app do this? Through the same type of programming (PHP&SQL)?
I'm a student only looking to learn. Thanks!
This should get you started - https://developer.apple.com/library/ios/navigation/#section=Resource%20Types&topic=Getting%20Started
And once you have had a look around in the above link, have a read of this https://developer.apple.com/technologies/ios/
Lastly if you want to really go creative and social check out the iOS SDK for Facebook and start making cool apps - https://developers.facebook.com/docs/ios/ios-sdk-tutorial/
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 9 years ago.
Improve this question
i want to create a web app with REST API service. i want it to be like Facebook API.i know Facebook uses OAuth.
so how can i create a PHP REST API using OAuth?
Thanks