how do i update a record using php
i have a row in table tuser
sms_remaining is my column name .....
when user login he has 10 sms messages to send ... but when he send 10 sms his limit reached ...
when 24 hour passed
so i want to do that this column after 24 hour updated for every user.
how do i do that ?
i have a row in table tuser
sms_remaining is my column name .....
when user login he has 10 sms messages to send ... but when he send 10 sms his limit reached ...
when 24 hour passed
so i want to do that this column after 24 hour updated for every user.
how do i do that ?