php - open and edit csv file directly in website -
i have example.csv file in server website folder,
i want create function : can able open example.csv file , edit data in file , save in same place through website click function
i try
<a href='example.csv'>click</a> but shows read-only or download directly.
any plugins available this.
thanks in advance
if can use sql, recommend use native import/export in sql db, , if want use plugin , customizing not trouble you, take gridview demo.
Comments
Post a Comment