am getting an error wen i run the following code am saving it as welcome.php
and using wammp
Welcome <?php echo $_GET["fname"]; ?>!<br />
You are <?php echo $_GET["age"]; ?> years old.
ERROR
Welcome
Notice: Undefined index: fname in C:\wamp\www\welcome.php on line 4
!
You are
Notice: Undefined index: age in C:\wamp\www\welcome.php on line 5
years old.