A
Anonymous
Guest
I just wonder why when i ran this script it says undefine variable
<html>
<head>
<title>Who Are You?</title>
</head>
<body>
<form action="you_are.php">
<?php
echo('<input type="text" name="person" value="' . $person . '"size="15">');
?>
<input type="submit" value="SUBMIT!" size="15">
</form>
</body>
</html>
Notice: Undefined variable: person in c:\inetpub\wwwroot\PHPCODE\who_are_you.php on line 9
<html>
<head>
<title>Who Are You?</title>
</head>
<body>
<form action="you_are.php">
<?php
echo('<input type="text" name="person" value="' . $person . '"size="15">');
?>
<input type="submit" value="SUBMIT!" size="15">
</form>
</body>
</html>
Notice: Undefined variable: person in c:\inetpub\wwwroot\PHPCODE\who_are_you.php on line 9