unset($item_row);
$item_row = array();
if ($row[1] == "BCP-Prod1"){
$row[1] = "BCP-Product1";
$item_row['nid'] = 71;
$item_row['title'] = 'Product1 - This is the title';
} elseif ($row[1] == "BCP-SILLYNECK"){
$row[1] = "BCP-Prod2";
$item_row['nid'] = 77;
$item_row['title'] = 'Products2 - This is the title for 2';
}
Ben alıyorum hatadır:
Parse error: parse error, unexpected T_STRING in import_orders.php on line 89
Hat 89 Ben bu neden olduğunu göremiyorum çünkü $item_row['nid'] = 71;
Ben bir şey üzerinde arıyor olması gerekir?