Variable PHP à l'intérieur de la requête MySQL

String : echo "Hello {$var}";
Sql : $query = "SELECT * FROM `table` ORDER BY `$orderby`";
Lokesh003