Hi All,
I would like to ask another PHPRunner event.
I have a User table, in which I have several fields, and one of the field is TODATE field.
I would like to add a date in this TODATE field, with a date of NOW()+30 days.
Purpose: I would like to get new registration have 30 days trial period.
Question:How can I do this, in order that during registration, system (PHPRunner generated code) will insert a date of NOW()+30 days?
Thanks and regards,