dynamic_html

    1| <html>
    2| <head>
    3|     <title>Dynamic Web Pages</title>
    4| 
    5|     <style type="text/css">
    6|         .center {text-align:center}
    7|     </style>
    8| </head>
    9| 
  10| <body>
  11| <h1 class="center">Dynamic Web Pages with PHP</h1>
  12| 
  13| <br/><br/><br/><br/>
  14| 
  15| <p class="center"><a href="http://localhost/phpwork/week6/dynamic.php"><img src="manhole.gif" height='200' width='200' border='0'/></a></p>
  16| 
  17| <p class="center"><a href="http://localhost/phpwork/week6/dynamic_login_form.html"><img src='sewer.jpg' border='5' /></a></p>
  18| 
  19| </body>
  20| </html>