code is working perfectly on localhost but not in infinity free server. move a table from one db to another with name starting with sh1

$query66 = “INSERT INTO epiz_31122323_updates.sh1″.$name.” SELECT * from epiz_31122323_movies.order1″;
$exe66=mysqli_query($con,$query66);