Answers for "php header open pdf in new tab"

PHP
0

view pdf file in a new tab in php

<a href="path/filename.pdf" target="_BLANK">Click here to open the file</a>
Posted by: Guest on October-03-2021

Code answers related to "php header open pdf in new tab"

Browse Popular Code Answers by Language