一条csv的数据,
20121213170454016364,1,1430408349,[6컬러]아이폰5 알루미늄 범퍼케이스 실버 Bumper Case for iPhone5(4197-3),,2,,N,39440,20980,0,18882,신용카드,0,4196,0,0,0,2,무료,0,20121217,D+2일,,2012-12-13 18:37,정상,이성진(1004golila),1004golila,0505-260-0641,0505-260-0641,이성진,0505-260-0641,0505-260-0641,430-010,경기 안양시 만안구 안양동 695-73 안양성결교회,,163628712,UNI-SHOPPER,,[무료배송.필름증정],0,C-04197-3,C-04197-3,lee sung jin,,   保存在csv文档内。
通过php程序需要插入到mysql order表内,通过php打印sql, echo $sql;的insert语句是这样的:insert into hgorder_products( order_number, 
                              order_turn, 
                              item_number, 
                              product_name, commodity_options, 
                              quantity, additional_products, 
                              special_ifsales, order_money, 
                              selling_price, special_sales_unit_price, 
                              cost_sales, method_payment, 
                              coupon_money, commission, 
                              shopping_center_commission, 
                              interest_installment_fee, cancel_order_quantity, 
                              shipment_scheduled_quantity, shipping_payment_method, 
                              shipping, shipping_date, 
                              standards_chulgoil, hope_arrives, 
                              new_order_confirmation_pause, 
                              change_shipping_date_reason, purchaser, 
                              purchaser_id, purchaser_phome, purchaser_cell_phone, 
                              recipients, recipient_phone, recipient_mobile_phone, 
                              recipient_zip, recipient_address, shipping_message, receipt_no, 
                              publisher, gift_message, products_terms, seller_points,  
                              product_sku, seller_sku, english_name, gift, 
                              giveaways_quantity, import_date) values( '20121213170454016364', 1, '1430408349', '[6컬러]아이폰5 알루미늄 범퍼케이스 실버 Bumper Case for iPhone5(4197-3)', '', 2, '', 'N', 39440, 20980, 0, 18882, '', 0, 4196, 0, 0, 0, 2, '', '0', '20121217', 'D+2일', '', '2012-12-13 18:37', '', '(1004golila)', '1004golila', '0505-260-0641', '0505-260-0641', ' ', '0505-260-0641', '0505-260-0641', '430-010', '695-73 안양성결교회', '', '163628712', 'UNI-SHOPPER', '', '[무료배송.필름증정]', '0', 'C-04197-3', 'C-04197-3', 'lee sung jin', '', '', 20121228);红色部分是对应的字段,为什么红色部分的이성진,在sql中无法显示出来?   请各位大侠帮忙。  补充:在我本地计算机上可以。但是在linux服务器就成这个样子了。请各位大侠帮忙!!!