Home > Backend Development > PHP Tutorial > 用php写后台接口

用php写后台接口

WBOY
Release: 2016-06-23 13:46:58
Original
2066 people have browsed it

请大神 给个资料,给原来自己写过的代码 ,让我熟悉熟悉


回复讨论(解决方案)

写个方法 把需要请求的数据echo过去

header("text/javascript;charset=UTF-8");        echo 'refreshLogin.cbRefresh({"success":true,"sign":"001440458141404243496423d2c41f5ae844da3ab768b2958fd"});';
Copy after login

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template