I'm trying to create a backend architecture using PHP and Parse.com. Is it possible to use the PHP API on localhost?
关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率

已采纳
是否可以在localhost上使用Parse.com API和PHP?
收起
- 写回答
- 好问题 0 提建议
- 关注问题
微信扫一扫
点击复制链接分享
- 邀请回答
- 编辑 收藏 删除 结题
- 收藏 举报
1条回答 默认 最新
- 关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
douchuanchai2793 2015-11-13 10:54关注Of course is it possible. You have official PHP api from parse.com, also you can find a complete list of third party libraries. Also you have REST api you can use !
本回答被题主选为最佳回答 , 对您是否有帮助呢? 本回答被专家选为最佳回答 , 对您是否有帮助呢? 本回答被题主和专家选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏举报微信扫一扫
点击复制链接分享
评论按下Enter换行,Ctrl+Enter发表内容
报告相同问题?
提交
- 2019-04-29 13:55回答 1 已采纳 Finally found the solution after searching the net... The issue was file size I am on php 7 and A
- 2017-03-08 10:55回答 1 已采纳 The problem was solved after updating PHP to version 5.6.30. After a long duration of talk with Go
- 2018-07-03 04:51回答 1 已采纳 If request is in json form then, you should json_decode it first and then try to access. nested ke
- weixin_39979516的博客 连接到“ws://localhost:8888/websocket”失败:websocket握手时出错:意外响应代码:500websocket项目启动之后,页面控制台报错,后台还报了空指针这里报空指针错误的原因就是websocket服务器端类那httpsession获取不...
- 2018-02-08 19:30回答 1 已采纳 The problem is with this part of your code: <? } ?> You're using a mix of
- 2015-12-27 14:51回答 2 已采纳 The second parameter of json_decode determines whether to return the result as an array instead of
- 2014-11-21 01:02回答 1 已采纳 You're probably having a problem with this line: icon = customIcons[markerJson[i].stat] || {};
- 2021-08-11 20:43在WEB开发领域,PHP是一种广泛使用的服务器端脚本语言,尤其在处理数据库交互方面表现出色。这个名为"php_mysql_mssql_oracle.rar"的压缩包包含了一系列PHP源代码,用于与三种主流的关系型数据库管理系统(RDBMS)...
- 2015-07-23 07:41回答 1 已采纳 Clicking the link creates a GET request, but your code creates a POST message. Your servers API ap
- 2017-07-24 14:09回答 1 已采纳 Change these lines: static $connection; if (isset($connection)) { as below: static $connection
- 2017-08-24 10:35回答 2 已采纳 use pasedData.status, pasedData.latitude and pasedData.longitude UPDATED Please use this code &
- 2020-08-31 01:08culi3182的博客 calendar 日历In this article, you’ll learn how to work with the Google Calendar API in PHP. You’ll do it by building a calendar app that allows users to add new calendars, add events, and sync ...
- 2021-03-23 15:19weixin_39788256的博客 本问介绍如何安装PHP以及其OCI8 扩展以及 Oracle客户端到Windows和Linux平台上。更详细的介绍可以阅读这里The Underground PHP and Oracle Manual。OCI8是PHP的扩展组件用以连接和操纵Oracle数据库(该名字源于Oracle...
- 2021-03-23 17:13weixin_39701834的博客 在nodejs的开发中,有时需要后台去调用其他服务器的接口,这个时候,就需要发送HTTP请求了现在我们来模拟一下简单地数据请求//request.phpecho 10;?>1.当然也可以使用axios来发送请求2.当时我们使用request来发送...
- 2021-04-20 02:48weixin_39568232的博客 主文件:Rest.inc.phpclass REST {public $_allow = array();public $_content_type = "application/json";public $_request = array();private $_method = "";private $_code = 200;public function __constr...
- 2020-08-28 20:36culi3182的博客 api. feel.aiIn this tutorial we’ll be looking into Api.ai, an API that lets us build apps which understand natural language, much like Siri. It can accept either text or speech as input, which it ...
- 没有解决我的问题, 去提问