想要改进这个问题吗? 更新问题,使其只关注一个问题
Closed 10 years ago.
这是用于产品回报的在线表格。 用户从菜单、 退款、 替换、 90 DaysExpressed 等中选择( 以下显示选择) 。 这些选择中, 每一个都有相应的信息( 在变量中, 也显示在下面 ) 。 我希望根据用户的选择, 变量( $tbrefund, $tbreplace等) 的价值被传递到变量 $sage 。
这是我至今为止拥有的东西, 我得到的错误如下:
<强度 > 通知: 未定义变量: 消息 强度>
$Rarray = array(
"Refund" => "$tbrefund",
"Replacement" => "$tbreplace",
"90DaysExpired" => "$expiredwarranty",
"ContactTech" => "$contacttech",
"RefundExpiredReplace" => "$outsiderefund",
"NoExRefund" => "$noexchange",
"ManuWarranty" => "$manuwarranty",
);
if (isset($Rarray[$Request]))
$message = $Rarray[$Request];
非常感谢任何帮助。
edit: this is the line producing the error, I already know it s not relevent...
$send_contact=mail($to,$subject,$message,$header);
为什么你要压低某人的选票 请求帮助?