I want to download complete webpage using MIME code. I am using
header("Content-type:application/msword");
header("Content-Disposition:attachment; Filename=$profile_id.doc");
to download webpage in MS Word and I am trying:
header("Content-type:application/pdf");
header("Content-Disposition:attachment; Filename=$profile_id.pdf");
to download webpage in PDF, but the PDF one is not working. Please tell me how to do so...thanks :)
I think that this code is deprecated now. Please let me know th substitute code of this