<?php $empate= $row_Recordset1['empate']; if( $empate == 0 ) { echo "Empate"; } if($empate>0 OR $empate<0) { echo $empate; } ?>