Home > Backend Development > PHP Tutorial > Instructions on how to call the http interface of other systems in PHP_PHP Tutorial

Instructions on how to call the http interface of other systems in PHP_PHP Tutorial

WBOY
Release: 2016-07-13 10:36:57
Original
864 people have browsed it

Use function: file_get_contents($url);

Input the interface url and its parameters: such as

$url="http://192.168.1.1/test.jsp?id=1&type=2";

$ret=file_get_contents($url);

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/736836.htmlTechArticleUse function: file_get_contents($url); Pass in the interface url and its parameters: such as $url="http: //192.168.1.1/test.jsp?id=1 $ret=file_get_contents($url);...
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