Server Technology PPNT User Manual Page 25

  • Download
  • Add to my manuals
  • Print
  • Page
    / 95
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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)
Page view 24
1 2 ... 20 21 22 23 24 25 26 27 28 29 30 ... 94 95

Comments to this Manuals

No comments