è lecita sta query:
$result_2 = mysql_query("SELECT * FROM nucleus_items WHERE icat = '$id_categoria'", $db);
????????????
grazie
è lecita sta query:
$result_2 = mysql_query("SELECT * FROM nucleus_items WHERE icat = '$id_categoria'", $db);
????????????
grazie
Perchè?non va?
Nel caso fosse così fai:
così ti visualizza, se c'è, l'errore...codice:$result_2 = mysql_query("SELECT * FROM nucleus_items WHERE icat = '$id_categoria'") or die("Errore: ".mysql_error());
ciao
si è giusta sono io che sono ebete --- avevo usato un nome sbagliato per una delle tabelle
Usi una funzione deprecata.
usa mysql_select_db e poi mysql_query
There are 10 types of people in the world - those who understand binary and those who don't.