get variable from url?

You are looking for get_query_var() function:

$orderby = get_query_var('orderby');