garybrett Posted February 1, 2012 Share Posted February 1, 2012 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 populated with the date today? Kind regards Quote Link to comment https://forums.phpfreaks.com/topic/256186-insert-date-if-menu-value/ Share on other sites More sharing options...
harkly Posted February 1, 2012 Share Posted February 1, 2012 Yes, you can. Use an "if" statement Quote Link to comment https://forums.phpfreaks.com/topic/256186-insert-date-if-menu-value/#findComment-1313372 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.