I'm making an application and I need to relate two tables logically, I could use foreign keys ... The problem is that the database I'm using only allows MyISAM tables that does not support foreign keys like InnoDB. So, how could you work around this problem without having to use InnoDB tables?