如何制作一个php数组并将其从CSV插入数据库

时间:2014-06-01 08:58:05

标签: php mysql csv

我需要正确上传csv.my当前代码上传数据中的数据。但是我需要将那些重复的列数据分开

假设

我的csv专栏

company | area  |red show type | red show name | red show price | green show type | green show name | green show price |

我想在不同的表中使用这些数据

one table have company | area  | these two data 

另一个表设计是:

id|show_type|show_name|show_price

在我的csv

red show type | red show name | red show price | green show type | green show name | green show price |

这些列包含两种类型的显示红色和绿色

的相同类型的数据

现在如何从csv

将数据插入数据库

1 个答案:

答案 0 :(得分:0)

使用" |"尝试使用explode php方法作为界限。

之后你应该使用ifs和elses

对代码进行排序