cUrl替代在网页上获取POST答案 [英] cUrl alternatives to get POST answer on a webpage

查看:130
本文介绍了cUrl替代在网页上获取POST答案的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想获得特定表单提交的结果网页。这个表单使用POST,所以我目前的目标是能够发送POST数据到一个url,并获得一个变量的结果的HTML内容。

I would like to get the resulting web page of a specific form submit. This form is using POST so my current goal is to be able to send POST data to an url, and to get the HTML content of the result in a variable.

我的问题是我不能使用cUrl(未启用),这就是为什么我问你的知识,知道是否可能的其他解决方案。

My problem is that i cannot use cUrl (not enabled), that's why i ask for your knowledge to know if an other solution is possible.

提前感谢

推荐答案

使用fsockopen:
http://www.jonasjohn.de/snippets/php/post-request.htm

See this, using fsockopen: http://www.jonasjohn.de/snippets/php/post-request.htm

Fsockopen是在php标准库,所以所有php fron版本4有它:)

Fsockopen is in php standard library, so all php fron version 4 has it :)

这篇关于cUrl替代在网页上获取POST答案的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆