Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\Inetpub\webs\materamachicom\result.php on line 29
Significa che http://www.php.net/mysql_query è fallito e ha restituito false invece che una valida risorsa MySQL.

Utilizza http://www.php.net/mysql_error per ottenere un dettaglio sull'errore che si è verificato.