Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in C:\wamp\www\test\base.list.php on line 14    
Here comes my code
if(isset($_GET['sortby']))  
{   
$sortby = "ORDER BY $_GET['sortby']";   
}   
Error is at "sortby" line.
 
     
    