N
Reaction score
0

Profile posts Latest activity Postings About

  • peb steel building
    T
    titotettey
    $query .= " ORDER BY s.first_name, s.last_name LIMIT ? OFFSET ?";
    $params = array_merge($params, [$perPage, $offset]);
    $types .= 'ii';
    // Get students
    $stmt = $pdo->prepare($query);
    $stmt->execute($params); i am using mariadb there is error the db did not know that syntax using OFFSET
  • Loading…
  • Loading…
  • Loading…
Back
Top