Server Technology PPNT Manuale Utente Pagina 25

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 95
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 24
PHP: Hello World(2/3)
Example:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Hello World</title>
<meta http-equiv = "Content-type" c onte nt = "text/html; charset=iso-8859-1">
<link rel = "stylesheet" type = "text/css" href = "style.css">
</head>
<body>
<?
echo "Hello World! ";
echo "(";
echo date ("l dS of F Y h:i:s A");
echo ")";
?>
</body>
</html>
(25/95)
Vedere la pagina 24
1 2 ... 20 21 22 23 24 25 26 27 28 29 30 ... 94 95

Commenti su questo manuale

Nessun commento