Heim  >  Artikel  >  Backend-Entwicklung  >  怎样下传一个csv文件更新数据库

怎样下传一个csv文件更新数据库

WBOY
WBOYOriginal
2016-06-13 11:09:391061Durchsuche

怎样上传一个csv文件更新数据库?
怎样上传一个csv文件更新数据库?

<p>please select a scv file to upload</p><br /><form action="index.php" method="post"><br />	<input type="file" name="scv"  /><br />	<input type="submit" value="submit" /><br /></form><br /><?php <br />	mysql_connect('localhost','root','admin');<br />	mysql_select_db('linjuming');<br />	// how to upload a scv file and insert or update the "csv" table?<br />	<br />?>



------解决方案--------------------
去看看  phpexcel 这个插件
------解决方案--------------------
csv可以当txt读取,直接读取然后对应导入啊

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn