Dynamic coupon script needed.

velden

Member
Messages
51
Reaction score
0
Points
6
I'm TOTALLY clueless when it comes to programming, scripts, etc. I'm looking for a dynamic coupon script that will change the number of places available everytime someone downloads the coupon. If possible it must also change the fee after a certain number of downloads e.g. first 100 people buy at $10, after which the next 100 gets it at $ 12.50, etc. Free if possible. Any suggestions?
 
Last edited:

zirafinland

New Member
Messages
1
Reaction score
0
Points
0
Hi there,

If you want to print coupons from website, maybe best way is use text file and php. There is a link http://www.tizag.com/phpT/filewrite.php for example how text file works.

The idea for text file is that first 99 coupons are some price and text. How to build up query is use php language IF command and variables. Something like this ( if row variable is over 99 then variable price is $ 12,50 else $ 10,00

Go to php school page to see how if and variables works.

If you want a total written code send me email, what kind of project you have and I send you a code


Your

Zira from Finland

I'm TOTALLY clueless when it comes to programming, scripts, etc. I'm looking for a dynamic coupon script that will change the number of places available everytime someone downloads the coupon. If possible it must also change the fee after a certain number of downloads e.g. first 100 people buy at $10, after which the next 100 gets it at $ 12.50, etc. Free if possible. Any suggestions?
 
Top