while ($row = mysql_fetch_array($result))
Dove hai impostato $result
a qualcosa?
Probabilmente intendevi
while ($row = mysql_fetch_array($query_for_result))
while ($row = mysql_fetch_array($result))
Dove hai impostato $result
a qualcosa?
Probabilmente intendevi
while ($row = mysql_fetch_array($query_for_result))