This topic is locked

Checkbox checked ->now() in database

11/28/2005 07:59:39
PHPRunner General questions
OCTheEagle author

Hi,
I've got the following detail table called 'progress'. It contains 5 fields:

-ID, step 1, step 2, step 3, step 4.In PHPrunner, I set that Id is an Integer and step 1 till 4 are checkboxes.
What I want now is that if a checkbox is checked that the current date will be entered in the database. Reason for this is that you can see in the database when a step has been completed. When a checkbox gets unchecked then the value in the database should be empty.
Is this possible?

Sergey Kornilov admin 12/1/2005

Hi,
you can do that manually modifying PHPRunner created pages.

However I don't have a ready-to-go solution for this.