草庐IT

getRecords

全部标签

php - 准备查询时如何删除任何字符串的引号

$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