PHP怎么获取表单提交的数据?。?/h2>一、用file_get_contents以get方式获取内容 , 需要输入内容为:
1、?php
2、$url='';
3、$html=file_get_contents($url);
4、echo$html;
5、?
【php实时获取数据 php数据抓取】二、用file_get_contents函数,以post方式获取url,需要输入内容为
1、?php
2、$url='';
3、$data=https://www.04ip.com/post/array('foo'='bar');
4、$data=https://www.04ip.com/post/http_build_query($data);
5、$opts=array(
6、'http'=array(
7、 'method'='POST',
8、 'header'="Content-type:application/x-www-form-urlencoded\r\n".
9、"Content-Length:".strlen($data)."\r\n",
10、 'content'=$data
11、)
12、);
13、$ctx=stream_context_create($opts);
14、$html=@file_get_contents($url,'',$ctx);
15、?
三、用fopen打开url,以get方式获取内容,需要输入内容为
1、?php
2、$fp=fopen($url,'r');
3、$header=stream_get_meta_data($fp);//获取信息
4、while(!feof($fp)){
5、$result.=fgets($fp,1024);
6、}
7、echo"urlheader:{$header}br":
8、echo"urlbody:$result";
9、fclose($fp);
10、?
四、用fopen打开url,以post方式获取内容,需要输入内容为
1、?php
2、$data=https://www.04ip.com/post/array('foo2'='bar2','foo3'='bar3');
3、$data=https://www.04ip.com/post/http_build_query($data);
4、$opts=array(
5、'http'=array(
6、'method'='POST',
7、'header'="Content-type:application/x-www-form-urlencoded\r\nCookie:cook1=c3;cook2=c4\r\n".
8、"Content-Length:".strlen($data)."\r\n",
9、'content'=$data
10、)
11、);
12、$context=stream_context_create($opts);
13、$html=fopen(';id2=i4','rb',false,$context);
14、$w=fread($html,1024);
15、echo$w;
16、?
五、用fsockopen函数打开url,以get方式获取完整的数据 , 包括header和body , 需要输入内容为
1、?php
2、functionget_url($url,$cookie=false)
3、{
4、$url=parse_url($url);
5、$query=$url[path]."?".$url[query];
6、echo"Query:".$query;
7、$fp=fsockopen($url[host],$url[port]?$url[port]:80,$errno,$errstr,30);
8、if(!$fp){
9、returnfalse;
10、}else{
11、$request="GET$queryHTTP/1.1\r\n";
12、$request.="Host:$url[host]\r\n";
13、$request.="Connection:Close\r\n";
14、if($cookie)$request.="Cookie:$cookie\n";
15、$request.="\r\n";
16、fwrite($fp,$request);
17、while(!@feof($fp)){
18、$result.=@fgets($fp,1024);
19、}
20、fclose($fp);
21、return$result;
22、}
23、}
24、//获取url的html部分 , 去掉header
25、functionGetUrlHTML($url,$cookie=false)
26、{
27、$rowdata=https://www.04ip.com/post/get_url($url,$cookie);
28、if($rowdata)
29、{
30、$body=stristr($rowdata,"\r\n\r\n");
31、$body=substr($body,4,strlen($body));
32、return$body;
33、}
34、 returnfalse;
35、}
36、?
参考资料:
php-file_get_contents
php每天抓取数据并更新新以前我用过querylist插件抓数据,服务器写和定时器,每天固定时间去运行脚本 。朝这个方式试试
高并发下数据的更新 , 应该 update table xxx set num = num - 1 的方式 , 这种方式可以保证数据的正确性 。
但是会出现 num 为负数的问题,如果库存为负数,显然是不合理的 。
于是,需要将 num 字段设置为 无符号整型,这样就不会出现负数了,因为,如果减到负数,就会更新失败 。
但是这种依然会造成很多无用的更新语句的执行,是不合理的 。
于是,update table xxx set num = num - 1 where num0,
推荐阅读
- 侯马小程序商城哪家强,侯马小商品
- 系统u盘怎么检测不到系统,系统u盘检测不出来
- oracle数据库列,Oracle数据库列出至少有一个员工的所有部门
- php建立数据库和表 php创建数据库和表
- 拍摄影视剧用什么手机的简单介绍
- 新丝路教育公众号关注,新丝路国际教育
- jquery文件上传插件.net,jquery上传文件进度条
- mysql怎么打开数据库 mysql56怎么打开
- 免费阅读公众号紫轩书影,紫轩什么意思?