$desc='DESC';$getRecords=$conn->prepare('SELECT*FROM`courses`ORDERBY`id`:sortLIMIT:limitInc,:limit');$getRecords->bindValue(':limit',$limit,PDO::PARAM_INT);//working$getRecords->bindValue(':limitInc',$limitInc,PDO::PARAM_INT);//working//***Thelinebelowisn'tworking***$getRecords->bindValue(':sort