if( $_GET[“name”] || $_GET[“weight”] ) { echo “Welcome “. $_GET[‘weight’]. ““; echo “You are “. $_GET[‘weight’]. ” kgs in weight.”;
exit(); } ?>