Hello friends,
I want to know how to open a pdf file in PHP when a user clicks on that pdf link.
Like
Rules pdf when a user click that link,in the next tab pdf file of rules will open
Thanks
Hello friends,
I want to know how to open a pdf file in PHP when a user clicks on that pdf link.
Like
Rules pdf when a user click that link,in the next tab pdf file of rules will open
Thanks
Just put a link in your HTML. If your server is configured properly, it will output a header announcing the file type as Content-type: application/pdf. If the client browser has a pdf plugin activated, it will show the browser in the plugin, otherwise pass it to the operating system which has (hopefully) a PDF viewer installed.
Thanks smantscheff,
Could i open it in the next tab.
Thanks
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.