I write this code but when I run it no output. There is no error but the problem no output.
How I can execute many queries in the same page?
&
Just run your queries one by one using regular mysqli_query.
Leave multi_query alone, it is not for your case.