This topic is locked

Copy records into another table when due date is coming

2/21/2012 11:49:30 AM
PHPRunner General questions
Z
zeth385 author

Hello, guys:
I have the "Tasks" table, with the following structure:

Task | Description | Due date | ... | ... |


I've created a new Custom View for this table, containing only the first three fields.
Now, when the due date is coming (maybe two days before) I want the records from the "Tasks" table that are about to expire, are copied to the custom view, and deleted one day after the due date... I think it can be done with some MySQL commands...
And I have another question... can I integrate PHPRunner with some task manager software??
Thank you so much!!

W
wildwally 2/21/2012

As for the date question you can use where clause in your SQL query to meet the conditions your looking for.

S
stiven 2/22/2012

what task manager application are you using?