How can i get values from one table and save in other table using event in phpmyadmin
I create a table "user_record" and i am saving "user last login" value in column "last_login_time"...
Now my question i wanted to create event which check if user last login date is 3 month old then insert "idol/delete" in another table(user_status) column name "status" and i want this event after every 24 hours.
Can any one help me ?
Robin