我有一个优惠券系统,每当创建新的订单详细信息时,它都会将优惠券应用到标记为coupon_value的字段中。我正在尝试引入分层优惠券系统的概念,并试图找出是否有某种方法可以确定您使用的是哪个.each()实例。
这是我的代码:
//Default value of the coupon is $200
coupon_value = 200;
//If there are 5 students or more the coupon value is $300
teir_value = 300;
//For each coupon_value set its html to the coupo
我有一个自动检查器,检查域名将在未来7天内到期,它发送和电子邮件给客户。
我正在使用这个SQL查询:
$sql="SELECT * from domain_names where (status = '' or status = 'valid') and date(expiry_date) = date(now() + interval 7 day) ";
它工作得很好,但如果它停止运行,一天过去了,它就不会做它错过的域。什么是最好的方法,使它做它错过的领域也?
例如,如果一个域名在7号到期,它在1号运行,它将看到该域并向客户发送电子邮件,然后