13UPYcGZ81NCLDdw4xN7XrvUnZAziNbAUX


SUBMITTED BY: Guest

DATE: April 25, 2014, 9:43 p.m.

FORMAT: Text only

SIZE: 357 Bytes

HITS: 953

  1. <html>
  2. <body>
  3. <font size="2" face="Arial">Le texte en HTML</font>
  4. <?php
  5. // le code PHP ---------
  6. $heure = date("H\hi");
  7. print("<font size=\"2\" face=\"Arial\"> et celui en PHP.</font>");
  8. ?>
  9. <!-- retour au code HTML -->
  10. <br><font size="2" face="Arial">Il est <?php echo $heure; ?>.</font>
  11. </body>
  12. </html>

comments powered by Disqus