xwishmasterx Posted September 15, 2011 Share Posted September 15, 2011 Hello Sorry for the lousy title, but was unsure what too call this I am currently writen a small coupon script, my problem is how I can check what member has already claimed a coupon. coupons are generated with simple inserting a new row with details ( name and other info ) to it's own table. I need help on how too setup that member xx has already claimed coupon xxxxxx? All ideas are welcome Quote Link to comment https://forums.phpfreaks.com/topic/247190-ideas-needed/ Share on other sites More sharing options...
trq Posted September 15, 2011 Share Posted September 15, 2011 All you need to do is keep a record of who claimed what. Quote Link to comment https://forums.phpfreaks.com/topic/247190-ideas-needed/#findComment-1269561 Share on other sites More sharing options...
Amit20 Posted September 15, 2011 Share Posted September 15, 2011 Simple Associate a unique id with each entry for a member. If that exists the coupons must not be generated. Quote Link to comment https://forums.phpfreaks.com/topic/247190-ideas-needed/#findComment-1269567 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.