<html>
<head><title>Week #1 ~ Lestat </title>
<link rel="stylesheet" type="text/css" href="/css/scriptskewl.css">
</head>
<body>
<?
//Assigning strings to variables
$nickname="Lestat";
$favoriteurl="http://www.vanlanen.com";
//Using the PRINT function to print the variables as arguments
print("My Name is $nickname <br>My Favorite URL is $favoriteurl");
?>
<br>
<iframe src="wk1basicsrc.php" width="800" height="300"></iframe>
<br>
<a href="../index.html">BACK</a>
</body>
</html>