Hai
I want to download a PDF file containing a special character @ But it got an error , how I passé a special character like © etc ,, I am using PHP with OOPs Concept.
Please help me .. Thanks in advance
Hai
I want to download a PDF file containing a special character @ But it got an error , how I passé a special character like © etc ,, I am using PHP with OOPs Concept.
Please help me .. Thanks in advance
Download how?
You could use
file_get_contents('http://location.com/of.pdf');
?
You could save the contents then, or offer them for download yourself using the header() functions.