Ciao,
vorrei far si che mysql cerchi un determinato ID nel database e, se non lo trova, lo aggiunga.
come potete vedere, in $result, avrò un array con tutti i dati del signor ID. Ma se ID non ci fosse, vorrei che venisse automaticamente aggiunto. Come fare?Codice PHP:
$result = mysql_query("SELECT * FROM RefAnalyzer WHERE ID = '$ID'");
$row = mysql_fetch_row($result);
Grazie!