topical media & game development
basic-php-02-movie1-rev01.php / php
<html>
<head>
<title>Find my Favorite Movie!</title>
</head>
<body>
<?php
echo "<a href='moviesite.php?favmovie=Stripes'>";
echo "Click here to see information about my favorite movie!";
echo "</a>";
?>
</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.