XGenesis
10-04-2003, 11:22 PM
Hello
Im working on a script, im trying to make it when 7 days are passed over the due date the hosting account is suspended. The code which i need to edit is:
$time = time();
......
...
.....
} elseif ($myrow["paid"]=="No" && $myrow["duedate"]<$time)
How could I make it if $time equal or greater than 7 days after the Payment Due?
Could you please post the correct php coding for this example:
$myrow["duedate"]<$time - 7 days
Thankyou
Im working on a script, im trying to make it when 7 days are passed over the due date the hosting account is suspended. The code which i need to edit is:
$time = time();
......
...
.....
} elseif ($myrow["paid"]=="No" && $myrow["duedate"]<$time)
How could I make it if $time equal or greater than 7 days after the Payment Due?
Could you please post the correct php coding for this example:
$myrow["duedate"]<$time - 7 days
Thankyou
