vediamo se ho capito:
sono un po stanchino... provala e facci sapere.!!!Codice PHP:$righe = 0;
$sql = " Select count(*) as righe from galleria where nome='$parola' OR descrizione='$parola' OR categoria='$parola' ";
$result = mysql_db_query($nome_db,$sql,$db) or die("Errore ".mysql_error());
$row = mysql_fetch_array( $result );
$righe = $row["righe"];
if ( $righe != 0 ) {
// quello che stai cercando gia esiste e li stampo
}else{
// quello che stai cercando non esiste e non stampo niente
}
![]()


Rispondi quotando