Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/08/2023 in all areas

  1. Sorry, I forgot to take the "->fetchAll()" from the end. Let's start again $stmt = $db->prepare("SELECT * FROM posts WHERE username = ? LIMIT $paginationStart, $limit"); $stmt->execute([$row2['username']]); $authors = $stmt->fetchAll();
    1 point
  2. Check your browsers development console for error messages. I'm assuming you'll see one about how JASON is not defined.
    0 points
This leaderboard is set to New York/GMT-04:00
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.