|
quick coding question
hello im trying to fix my script instead of having a payout maximum to have pay dates, my payments are 15th and 30th
so instead of having it show
Points needed:1234
how can i have it
Payments Start in 6 days
with something like
if $date>15 then echo Payment starts in 30-$date days
else echo payment starts in 15-$date days
what would be proper coding for that anyone know?
|