Quote:
$req2 = mysqli_query($con, 'select id, url, name, description, banner, votes from site where status="ok" order by votes desc limit '.$first_message .','.$last_message);
while($dnn2 = mysqli_fetch_array($con, $req2))
|
Why isnt this displaying the data it is supposed to?
I've ran and executed the correct query (I think?)