Server Technology PPNT Manual de usuario Pagina 25

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 95
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de 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)
Vista de pagina 24
1 2 ... 20 21 22 23 24 25 26 27 28 29 30 ... 94 95

Comentarios a estos manuales

Sin comentarios