UPLOAD PDF FILES AND SHOW APPROPRIATE FOR EACH PAGE

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
xnasty46
Forum Newbie
Posts: 2
Joined: Sun Aug 31, 2008 9:37 am

UPLOAD PDF FILES AND SHOW APPROPRIATE FOR EACH PAGE

Post by xnasty46 »

I need to be able to upload a number of pdf files for each page for a number of pages and show them on the appropriate pages.

Any help with the code?
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: UPLOAD PDF FILES AND SHOW APPROPRIATE FOR EACH PAGE

Post by jaoudestudios »

What have you got so far?
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Re: UPLOAD PDF FILES AND SHOW APPROPRIATE FOR EACH PAGE

Post by JAB Creations »

http://us3.php.net/features.file-upload is where you'll want to start reading.
xnasty46
Forum Newbie
Posts: 2
Joined: Sun Aug 31, 2008 9:37 am

Re: UPLOAD PDF FILES AND SHOW APPROPRIATE FOR EACH PAGE

Post by xnasty46 »

I have nothing so far apart from the pages. I need this:
Link to pdf1
Link to pdf2
Link to pdf3

And in another page:
Link to pdf4
Link to pdf5
Link to pdf6

I should be able to upload and delete any of these from the administrator side.

Thanks.
Post Reply