View Single Post
Old 10-28-2021, 10:59 AM  
Publisher Bucks
Confirmed User
 
Industry Role:
Join Date: Oct 2018
Location: New Orleans, Louisiana. / Newcastle, England.
Posts: 1,128
Another php/sql error I don't understand

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?)
__________________
SOMETHING EXTREME IS COMING SOON!
Publisher Bucks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote