php - Export HTML table to text or CSV file -


i have php search page outputs results html table. using jquery plugin allow columns sorted clicking on column headers. allow users download search results txt or csv file, sort order preserved. there way this?

browser side (javascript) can't generate downlodable files, need generate server side (php in case). can keep track of last order used javascript , pass forward php script generate file in propper order


Comments

Popular posts from this blog

multithreading - Exception in Application constructor -

React Native allow user to reorder elements in a scrollview list -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -