<?php if( $_GET["name"] || $_GET["email"] || $_GET["contact"]) { echo "Welcome: ". $_GET['name']. ""; echo "Your Email is: ". $_GET["email"]. ""; echo "Your Mobile No. is: ". $_GET["contact"]; } ?>