Error in newer versions

Asked

Viewed 24 times

0

I have this line on the server that uses PHP and MYSQL in previous versions than on my local machine, works perfectly on the server, but on my machine with more current versions 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>"; ?>
  • 1

    The idea is to use <?php in the of <? https://answall.com/q/103178/91

  • 2

    And no longer use element font HTML, it’s been obsolete for a long time.

  • 1

    Okay buddy, actually using <?php instead of <? solved the problem...

1 answer

3


  • Thank you very much Rafael. Very relevant information!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.