ho questa query che in locale e su altri server dove c'è mysql5 funziona..ma su uno dove c'è mysql4 no:
SELECT (SELECT nome FROM squadre WHERE squadre.id = giocatori.idsquadra)as nomes,nome AS nome,goal AS goal FROM giocatori where idgirone='$idgirone' and goal>0 ORDER BY nomes
cosa può essere?
mi da
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in ...