This SQL query isn't showing posts even though all of the "circumstances" are correct and are in the database.
Query - $sql = "SELECT * FROM posts WHERE like BETWEEN 5 AND 25 AND bp='0' ORDER BY id DESC LIMIT 15 ";
Why isn't this working? How do I fix it?