Hi, can you help me for PHPRunner?
I have this tables:
- TABLE called MENUMASTER with this fields: IDmenu, datamenu (date) ...> master
- TABLE called MENUDETAILS with this fields: ID, menu, piatto ...> detail
- TABLE called PIATTO with this fields: IDpiatto, piatto, datamenu (date)
Problem:
How can I do to update datemenu in table called "PIATTO" with datamenu in table called MENUMASTER when
I add a record in TABLE called MENUDETAILS
I modify a record in TABLE called MENUDETAILS
I delete a record in TABLE called MENUDETAILS
Thank you