Corretto, ma non funziona lo stesso...

Una guida mi proponeva quel codice per stampare, io ho sempre usato il fetch, ha degli svantaggi usare questo tipo di codice?

Codice PHP:
while($fetch = mysql_fetch_array($query_results)) <? ?>   <tr>     <td class="div"><? echo $fetch['nome']; ?></td>   </tr> <? ?>