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

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -