Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我被要求为移动轮胎业务创建一个网站。他们希望拥有一个带有实时数据馈送的在线订购系统,该系统将每天更新轮胎的价格和数量。
我的问题是我认为可以使用 PHP 和 MySQL 数据库来完成,但我不知道如何使用 .CSV 电子表格中的数据填充/更新 MySQL 数据库。
任何人都可以帮我设置它,或者指出可以帮助我设置它的服务的方向吗?
可以使用 PHP 和 MySQL。
您还可以参考解释读取 CSV 和存储在 MySQL 中的问题读取 CSV 文件并存储到 MySQL 数据库
以下教程也可能有用。
http://css-tricks.com/snippets/php/import-csv-into-mysql/
http://www.infotuts.com/import-csv-file-data-in-mysql-php/