Home >Backend Development >PHP Tutorial >php写的前端,java写的后台接口,请问各位大神,php怎样调用后台接口?

php写的前端,java写的后台接口,请问各位大神,php怎样调用后台接口?

WBOY
WBOYOriginal
2016-06-06 20:14:021260browse

之前是直接用php操作mysql数据库,这是第一次调用接口,请问各位大神,该怎么做???

回复内容:

之前是直接用php操作mysql数据库,这是第一次调用接口,请问各位大神,该怎么做???

先看一下Java的接口文档,要传什么参数,调用地址,返回什么东西应该都写的很清楚的了。PHP只需要按照文档给的去调就行了,一般用curl

前端只可能是js HTML CSS

PHP是后台技术,所以你在页面中嵌入了PHP,就得使用PHP的服务器。在浏览器发出请求后,服务器将页面中的PHP标签替换掉,返还回一个HTML文档~

所以,题主要么后台用PHP,要么HTML里面嵌入JSP。。。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn