Including a downloadable PDF on a webform

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
scorpio90
Forum Newbie
Posts: 23
Joined: Wed Mar 10, 2010 10:45 am
Location: Newcastle

Including a downloadable PDF on a webform

Post by scorpio90 »

Hey guys,

Does anyone know how i would include a downloadable PDF on my webpage ? ...just that once someone clicks on the link for the PDF it downloads it for them (same as a zip file)

any help will me much appriciated :D
DaiLaughing
Forum Commoner
Posts: 76
Joined: Thu Jul 16, 2009 8:03 am

Re: Including a downloadable PDF on a webform

Post by DaiLaughing »

Not with PHP!

Just upload the file to the server and put a link to it on the page. Same as with a zip file.
scorpio90
Forum Newbie
Posts: 23
Joined: Wed Mar 10, 2010 10:45 am
Location: Newcastle

Re: Including a downloadable PDF on a webform

Post by scorpio90 »

ok thankyou fr your help, i will try that :D
Post Reply