tags:

views:

21

answers:

1

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

+2  A: 

You can also try to use

ini_set('display_errors', 1);

in the beginning of your script

ivan73
no error is displayed
udaya
@ivan73: will fpdf work on the production server
udaya
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