PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, March 8, 2022

[FIXED] open and edit csv file directly in website

 March 08, 2022     csv, jquery-plugins, php, yii, yii2     No comments   

Issue

I have example.csv file in server website folder,

I want to create a function like : anyone can able to open example.csv file and edit data in that file and save it in same place through website click function

I try this

<a href='example.csv'>click</a>

But shows read-only or download directly.

any plugins are available for this.

thanks in advance


Solution

If you can use SQL, I recommend to use native import/export in SQL DB, and if you want to use some plugin and customizing it is not a trouble for you, take a look this GridView Demo.



Answered By - vityapro
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing