请帮我修改下面的代码 [英] please help me to correct code below

查看:60
本文介绍了请帮我修改下面的代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

$d='http://fenopy.se/?keyword=xx';
   
$data= file_get_html($d);





以上代码工作正常,但请帮我更正以下代码





above code is working fine but please help me to correct the below code

$t=$_POST["t"];
 $d='http://fenopy.se/?keyword='.$t;
   
$data= file_get_html($d);

推荐答案

d = ' http://fenopy.se/?keyword=xx';


data = file_get_html (
data= file_get_html(


d);





以上代码工作正常,但请帮我纠正下面的代码





above code is working fine but please help me to correct the below code


这篇关于请帮我修改下面的代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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