Hi
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
views:
21answers:
1
+2
A:
You can also try to use
ini_set('display_errors', 1);
in the beginning of your script
ivan73
2010-07-05 12:44:31
no error is displayed
udaya
2010-07-05 12:47:06
@ivan73: will fpdf work on the production server
udaya
2010-07-05 12:48:25
then look into server logs, look into empty page source in browser, ask production server provider if you are not the owner. do you have write permissions, what exporting exactly means?
ivan73
2010-07-05 12:58:59