kero Posted May 24, 2009 Share Posted May 24, 2009 1st, i wanna to tell bout my php site.. my site need user to topup before they can use my product in my site.. so, i wanna noe how to make expiry date.. ex:when they topup for 1month, then when the date enough, the system auto expired n they cant access that product in my site.. any examples or tutorial i can refer? thanx... ??? Link to comment https://forums.phpfreaks.com/topic/159437-topup-expiry-date/ Share on other sites More sharing options...
Ken2k7 Posted May 24, 2009 Share Posted May 24, 2009 What's topup? That's not even a word, is it? Link to comment https://forums.phpfreaks.com/topic/159437-topup-expiry-date/#findComment-841043 Share on other sites More sharing options...
kero Posted May 24, 2009 Author Share Posted May 24, 2009 What's topup? That's not even a word, is it? emm..sorry.. topup means reload account for activation.. Link to comment https://forums.phpfreaks.com/topic/159437-topup-expiry-date/#findComment-841045 Share on other sites More sharing options...
kero Posted May 24, 2009 Author Share Posted May 24, 2009 here are some ex: $countexp= date("Y-m-d"); $sebulan=date("Y-m-d",strtotime("+1 months")); $exp_topup=($exp_topup); $lebihsebulan=date("Y-m-d",strtotime("+1 months")); Link to comment https://forums.phpfreaks.com/topic/159437-topup-expiry-date/#findComment-841051 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.