variabel php di dalam kueri mysql

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