I still have this error which I found no way to solve;
its :
Code:
public static function getMembers($startRow, $numRows, $order) {
$conn = parent::connect();
$sql = "SELCET SQL_CALC_FOUND_ROWS * FROM" . TBL_MEMBERS . "ORDER BY $order LIMIT :startRow, :numRows";
and the browser tells me that the syntax of SQL is not correct and I am sure of that and checked the documentation of the same sql that I have.
so whats the next step. thank you