
Originally Posted by
fantasycamp
looks like it is better for me to just make a simple page, put the download link and a 30 day guarantee and if people dont like it they can get a refund!
But even for that download link i need a program right?
Hi,
A simple page with a download of a sample PDF does not require back end PHP. You can link to a PDF and set file disposition to download (rather than opening the document in their browser). The link to the PDF using an
Code:
<a href=`./link/to/file.PDF>download sample chapter</a>
Steve
Bookmarks