这段查询语句无法执行,请问原因

2016-07-07 15:07 来源:www.chinab4c.com 作者:ecshop专家

$sql="INSERT INTO ecs_goods (cat_id,goods_sn,goods_name,goods_name_style,click_count,brand_id,goods_number,goods_weight,market_price,shop_price,promote_price,promote_start_date,promote_end_date,warn_number,goods_desc,goods_thumb,goods_img,original_img,is_real,is_on_sale,is_alone_sale,integral,add_time,sort_order,is_delete,is_best,is_new,is_hot,is_promote,bonus_type_id,last_update,goods_type,give_integral) VALUES("$_REQUEST['cat_id']",'"$_REQUEST['goods_sn']"','"$_REQUEST['goods_name']"','+',"$_REQUEST['click_count']","$_REQUEST['brand_id']",1,0,"$_REQUEST['market_price']","$_REQUEST['shop_price']",0,0,0,1,'"$_REQUEST['goods_desc']"','"$_REQUEST['goods_thumb']"','"$_REQUEST['goods_img']"','"$_REQUEST['original_img']"',1,1,1,0,"$_REQUEST['add_time']",0,0,0,0,0,0,0,"$_REQUEST['last_update']",0,-1)";
$result=mysql_query($sql);
if($result){
echo('信息发布成功');
}

页面没提示什么错误,空白的

付测试用的URL:goods_name=品名&goods_name_color=&goods_name_style=&goods_sn=1111001&cat_id=1&addedCategoryName=&brand_id=0&addedBrandName=&shop_price=111.00&user_price[]=-1&user_rank[]=1&market_price=222.00&give_integral=-1&integral=0&promote_start_date=0&promote_end_date=0&goods_img=images/111.jpg&goods_thumb=images/222.jpg&original_img=images/333.jpg&is_real=1&goods_number=321&click_count=9987&goods_desc=商品信息&add_time=2008-07-28&last_update=2008-07-28

回答:
能写成这样也不容易。。。看的头昏啊~

是啊,不容易啊,花了一个小时啦。大哥大姐帮下忙

不好意思,结贴啦。搞好了