monthly VIP system
#1

Hi.
I got a VIP system.But I need a monthly check for vips.
I mean, basicly I will give you a VIP package for 90 days.

When 90 days finished, and... when you login to game, you will take this message. "your VIP time is up ! "

How can I do that?
I'm using mysql .
Thanks for helping dude.
Reply
#2

Search for DATE_ADD() Function

Just add 90 days from the given date .. then check if the current date is >= of the given date + 90 days
Reply
#3

I don't hava Date_Add function.
Any idea ?
Reply
#4

if you have mysql. you have DATE_ADD function.. is a query function like "SELECT * FROM sometable WHERE NOW() >= DATE_ADD(GivenDate, INTERVAL 90 DAY)"
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)