sub_ubi
12-18-2008, 08:45 AM
Had a problem with a section on my forums, and would like to give all active members of this particular subscription id a free month.
Any way to do this? I have full phpmyadmin access if that makes things easier.
--------------- Added 1229649804 at 1229649804 ---------------
Would something like this work?
UPDATE subscriptionlog
SET expirydate = expirydate + X
WHERE subscriptionid = Y
Any way to do this? I have full phpmyadmin access if that makes things easier.
--------------- Added 1229649804 at 1229649804 ---------------
Would something like this work?
UPDATE subscriptionlog
SET expirydate = expirydate + X
WHERE subscriptionid = Y