Hello.
Im new to php and i had experience in ASP.
IM trying to get a pdf file from a remote folder and what happens is
that opens a new page.
Here is the code:
<a href="./uploads/files/<?php echo $pdf ?>">Get File!</a>
The $pdf has the value from the field 'file_pdf' and the type is
varchar. Example: "test.pdf".
Any help? THanks in advance
Im new to php and i had experience in ASP.
IM trying to get a pdf file from a remote folder and what happens is
that opens a new page.
Here is the code:
<a href="./uploads/files/<?php echo $pdf ?>">Get File!</a>
The $pdf has the value from the field 'file_pdf' and the type is
varchar. Example: "test.pdf".
Any help? THanks in advance
Comment