If you're using numbers as table names or if they start with a number, you need to escape them using backticks.
Ex) Insert query
Ex) Insert query
$sql1 = "INSERT INTO `9998` (forward_speed) VALUES (50);"