I am having some issues with get and post method and I can't figure out what am I doing wrong.
My form is:
<form action="welcome.php" method="get">
Name: <input type="text" name="fname" />
Age: <input type="text" name="age" />
<input type="submit" />
</form>
and welcome.php is:
Welcome <?php...