I have this line on the server that uses PHP and MYSQL in earlier versions than on my local machine, it works perfectly on the server, however on my machine with more current versions it does not work.
Is there a problem with this line in the most current versions of PHP?
<? echo $i++."<font color='blue'>...</font>".$linha['numero_contrato']."<font size='1' face='Verdana' color='blue'>.".$linha['apelido']."</font>"; ?>