Untitled
unknown
plain_text
8 months ago
329 B
5
Indexable
<?php
if(isset($_POST['submit']))
{
$NAME=$_POST['Name'];
$AGE=$_POST['Age'];
$HOME=$_POST['Town'];
echo "Hello, my name is <b>$NAME</b>, I am <b>SAGE</b> years old and I live in
<b>$HOME</b> and I am learning how to pass information from one place to another place
within my web pages.";
}
?>
}Editor is loading...
Leave a Comment