hy sir
i am wanting to delete data from two tables
first table name
tbl_stu
field are
name class subject email
second table is
tbl_stu_info
st_id city state seat no.
sir if i insert a data in these two table with id=1 i can do that but i want to delete the record of the same student from both the tables . i am not able to do that.
...