Andando ad eseguire questa query
Tutti i $log['..'] dovecodice:$query = "SELECT * FROM items INNER JOIN utenti ON items.ID_utente=utenti.ID_utente WHERE items.ID_item = ".$id;sono vuoti...Codice PHP:
$log = mysql_query($query) or die (mysql_error());
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...