i have articles website in php/mysql. want allow upload csv file , have appear table within article itself. want avoid doing create table every time end thousands of tables.
thoughts on best way store table information efficiently , permanently?
unless you're going want manipulate data later on, easier convert csv file contents html table , store part of article html. simple search csv html table returns many, many prewritten functions, in php; check them out.
Comments
Post a Comment