Background
Trying to stream a PDF report written using iReport through PHP to the browser. The general problem is: how do you write binary data to the browser using PHP?
Working Code
header('Cache-Control: no-cache private');
header('Content-Description: File Transfer');
header('Content-Disposition: attachment, filename=climate-report...
So I've been googling (and searching here) for about 2 days trying to figure this out and I've had no success.
I have a linux server setup with Apache2.2, Tomcat6, and PHP/Jave bridge. I've followed the instructions on the javabridge site to install and do their samples, which work fine. This consists of downloading the JavaBridge.war f...
Hi,
I am using icici payseal payment gateway. I have read the manual and downloaded the sfa folder available on the merchant web interface. I have followed the steps as mentioned in the manual.Downloaded the php java bridge and run an example to test whether java is working or not, it worked but when i used it with the example given in ...