<a href=“welcome2.php?firstname=Kevin&lastname=Yank”>Hi,
I’m Kevin Yank!</a>
<?php
$firstname=$_GET[‘firstname’];
$firstname=$_GET['lastname '];
echo “welcome ,$firstname ,lastname!”;
?>
i am a beginner again because i quit for along time and unfortunately i forget every thing now when i upload these 2 prog i get t this message
Notice: Undefined index: firstname in C:\wamp\www\welcome2.php on line 2
Notice: Undefined index: lastname in C:\wamp\www\welcome2.php on line 3
welcome , ,lastname!