bonsoir ,
j'ai une table s'appelle news (contient id,titre,description) je veux affiché la valeur maximale de id.ce code n'affiche rien
$req1=mysqli_query($connection,"select MAX(id) from news");
while ($reponse= mysqli_fetch_array($req1)) {
$res=$reponse['id'];
echo $res;}
j'ai une table s'appelle news (contient id,titre,description) je veux affiché la valeur maximale de id.ce code n'affiche rien
$req1=mysqli_query($connection,"select MAX(id) from news");
while ($reponse= mysqli_fetch_array($req1)) {
$res=$reponse['id'];
echo $res;}