Hi, new to php so please excuse the simplicity of my questions.
I have a menu list that inserts data into a field, is it possible with php to insert a date into another field dpendent on value? For example:
MenuList - Status1, Status, Status3 inserted into tblfieldStatus when selected
3 other fields in same table are
Status1DateNow
Status2DateNow
Status3DateNow
If a user selected Status2 from menu then Status2Date would be polulated with the date today?
Kind regards