<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- use get method without using form -->
<a href="samplegetmethod.php">Demo of the manual GET</a><br>
<!-- use get method without using form and passing parameter-->
<a href="samplegetmethod.php?par_1=Some value">Demo of the manual GET parameter passing</a><br>
<!-- use get method without using form and passing parameter-->
<a href="samplegetmethod.php?par_1=Some value&par_2=val2">Demo of the manual GET with 2 parameter passing</a>
<!-- use get method without using form -->
<a href="math.php?opr=add">Add</a><br>
<!-- use get method without using form -->
<a href="math.php?opr=mpy">Multiply</a><br>