Andando ad eseguire questa query
codice:
$query = "SELECT * FROM items INNER JOIN utenti ON items.ID_utente=utenti.ID_utente WHERE items.ID_item = ".$id;
Tutti i $log['..'] dove
Codice PHP:
$log mysql_query($query) or die (mysql_error()); 
sono vuoti...
eppure posso constatare da phpMyAdmin che hanno dei valori ben precisi...
Qualcuno ha qualche idea del motivo? Ci sto impazzendo...


Aggiungo: non ho nessun errore, warning o notice...