Simple PHP Site

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
Christo16
Forum Newbie
Posts: 1
Joined: Sun Jul 02, 2006 2:00 am

Simple PHP Site

Post by Christo16 »

Okay I'm working on a site for my store to a make restocking list, it would consist of forms like so:
Image
and then the site would generate a pdf with the items that were selected
Image
How would I go about doing this, thank you for any help!!!
litebearer
Forum Contributor
Posts: 194
Joined: Sat Mar 27, 2004 5:54 am

Post by litebearer »

Might look here as a start...

http://www.devarticles.com/c/a/PHP/Use- ... pdf-Files/


Lite...
User avatar
andym01480
Forum Contributor
Posts: 390
Joined: Wed Apr 19, 2006 5:01 pm

Post by andym01480 »

FPDF is pretty good http://www.fpdf.org
Post Reply