Allow user to save / export webpage???

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
mdemetri2
Forum Newbie
Posts: 2
Joined: Fri Oct 23, 2009 5:35 am

Allow user to save / export webpage???

Post by mdemetri2 »

Ok I am wanting to allow users who use my site to complete some questions via forms and save to mysql database, when they have submitted they get a preview - essentially a return of their submitted answers including previews of photos they have attached.

What I want there to be is an option to then save this as a file / export somehow - pdf or image or anything that keeps it as a recorded file. This make sense? Free or licensed plugin is fine.............

Let me know what you thinks.

Cheers
Demetri
davegmpd
Forum Newbie
Posts: 14
Joined: Tue Oct 27, 2009 9:42 am
Location: London

Re: Allow user to save / export webpage???

Post by davegmpd »

Zend Framework has a plugin that will allow you to generate PDFs - it's not too difficult to master.

Tutorial here:

http://devzone.zend.com/article/2525

Dave
Post Reply