I am generating a drill through report. The drill through report is presented on a new page.
Here is my code
select 'dbr.url', 'http://localhost/pesttrend/PDF_report.php?reportname=mydbr_station_type_chart&reporttype=onscreen&selectedcompanyid=[Companyid]', '[Companyname]', 'new_window', 'http_method=post';
I don't want to show the parameters such as "selectedcompanyid" in the url and thought I would use 'http_method=post' but parameters are still showing in the URL.
Can you please show me an example of how I hide the parameters in the URL.