Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
P
Se $res è un booleano, vuol dire che è false ( in quanto la query è una select ).
In debugging, aggiungi in coda al mysql_query un "or die(mysql_error())", per vedere di che errore si tratta.
ES: $res = mysql_query(" ... ") or die(mysql_error());