how can i change tables from MyISAM to InnoDB in Php myadmin, i am doing that because i have to write too much code when deleting records , as far as i know in InnoDB when u delete the table with primary key in it , it automatically delete recordsrelated to it in every table.
plz tell if i am right or wrong
Farhan