Posts by Douglas Nascimento • 1 point
1 post
-
-4
votes2
answers5049
viewsA: Check if record exists in the table and return in mysqli
I just did: if($rows["product_id"]){ echo '**EXISTE**'; }else{ echo '**NÃO EXISTE**'; }
1 post
-4
votes2
answers5049
viewsI just did: if($rows["product_id"]){ echo '**EXISTE**'; }else{ echo '**NÃO EXISTE**'; }