I want to be able to export these results using the 'Export to CSV' button after the search has been populated. How do I go about this using PHP? I know how to get the CSV for be downloadable. My problem is how to implement the Export-to-CSV after search has been conducted.
MY MAJOR CONCERN IS HOW TO IMPLEMENT THE DOWNLOAD USING THE EXPORT TO CSV BUTTON AFTER USING THE SEARCH BUTTON TO GENERATE THE REPORTS. I already seen the many codes on CSV generation and they are not my question.