$Name = $_GET['name'] ?? ""; $Title = $_GET['title'] ?? ""; $Email = $_GET['email'] ?? ""; $Cell = $_GET['cell'] ?? ""; $isSet = ($Name != "" && $Title != "" && $Email != "" && $Cell != ""); if($isSet): ?>
|
echo $Name ?> echo $Title ?>
|