mentre ($row2 = mysql_fetch_array ($result2)) {
$query_check = “SELEZIONANO * A PARTIRE dai articlestosites in cui articleid = {$id} E site_id = {$row [“identificazione„]}„;
$result_check = mysql_query ($query_check);
se (mysql_num_rows ($result_check)){
eco ““;
} altrimenti {
eco ““;
}
}
|