Erro PHP Warning: mysqli_fetch_array()
Olá, estou recebendo um erro
PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in admin/ad.php on line 180
O código são este
<?php
$all_ad = mysqli_query($conms,"SELECT * FROM advertise ORDER BY type DESC");
while ($ad = mysqli_fetch_array($all_ad)) { ?>
Se poder mim ajudar agradeço muitoDiscussão (4)
Carregando comentários...