[PHP] voucher manipulation

2007-04-24 Thread Steven Macintyre
Alo, I have a client looking to do the following; There is a standard voucher design, in the format of JPG ... now ... they wish to create a voucher system where if you reach so many points etc you can claim a voucher (using the design) with a expiry date ... current + 30days and a unique

Re: [PHP] voucher manipulation

2007-04-24 Thread Tijnema !
On 4/24/07, Steven Macintyre [EMAIL PROTECTED] wrote: Alo, I have a client looking to do the following; There is a standard voucher design, in the format of JPG ... now ... they wish to create a voucher system where if you reach so many points etc you can claim a voucher (using the design)

RE: [PHP] voucher manipulation

2007-04-24 Thread Jim Moseby
Alo, I have a client looking to do the following; There is a standard voucher design, in the format of JPG ... now ... they wish to create a voucher system where if you reach so many points etc you can claim a voucher (using the design) with a expiry date ... current + 30days and

Re: [PHP] voucher manipulation

2007-04-24 Thread Richard Lynch
On Tue, April 24, 2007 6:55 am, Steven Macintyre wrote: they wish to create a voucher system where if you reach so many points etc you can claim a voucher (using the design) with a expiry date ... current + 30days and a unique voucher number. Now, I have looked at ImageCreateFromjpeg etc