The following is giving me a problem if the variable $pdfFile has a single quote in it like myPDF's.pdf. However, as long as the pdf's name does not have a single quote in it it runs fine?
<META HTTP-EQUIV=REFRESH CONTENT="0; URL=../db/<?php echo $pdfFile; ?>">
Any ideas?
CES
<META HTTP-EQUIV=REFRESH CONTENT="0; URL=../db/<?php echo $pdfFile; ?>">
Any ideas?
CES