下面提到的代码在 5.3.17 上运行良好,我有 php 5.3.27,问题是我必须让这段代码在 5.3.27 上运行
链接到完整代码: http: //www.videobluemoon.com/secure/add.txt
$customer_id = (int)$_REQUEST['customer_id'];
if($customer_id => 0 ) {
$query = $query.','.$_REQUEST['customer_id'];
} else {
die('cust id: '. $_REQUEST['customer_id']);
die('Please use your browser\'s back button to ensure you have selected a customer');
}
if($customer_id => 0 ) {
$query = $query.', '.$_REQUEST['sysuser_id'];
else
die ('There was a problem with the system user');