我想把一些帖子数据发送到服务器并阅读回复.他们提供给我的网址是https://thesite.com/page/test.jsp,i尝试使用$ fp = fsockopen("https:// thesite .com/page/test.jsp",80,$ errno,$ errstr,30); 但得到了'无法找到'HTTPs''错误.使用curl发送数据但是与服务器核对,他们没有收到任何请求.还有其他办法吗?
php curl fsockopen
curl ×1
fsockopen ×1
php ×1