Delete in MySQL-PHP

admin

Administrator
Staff member
I have different related tables and when a going to delete a register I have to delete all relations with this register in other tables.

I create related KEY with "references".

Are there any way to delete this register and then deleting related register in other tables?

Now I create function in php to deleting all relations.

:o)
 
Back
Top