topical media & game development

talk show tell print

basic-php-02-moviesite-rev04.php / php



  <html>
  <head>
  <title>My Movie Site - <?php echo _REQUEST['favmovie']; ?></title>
  </head>
  <body>
  <?php
    echo "My favorite movie is ";
    echo _REQUEST['favmovie'];
    echo "<br>";
    movierate = 5;
    echo "My movie rating for this movie is: ";
    echo movierate;
  ?>
  </body>
  </html>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.