I am export pdf from my php page to 'pdf' in my localhost by using fpdf library
.On my localhost the page is exported to pdf but when i host to the production server and work live ...
The datas are not being exported to pdf
Why it is not exported on live
Actually i cant see any error also,,,,, but my page goes blank
You can also try to use
ini_set('display_errors', 1);
in the beginning of your script