[insert_php]
global $verchk;
$verchk=$_REQUEST[‘verification’];
if($verchk==’emp’){
echo ‘Employer Candidate Verification
}else{
echo ‘Linkedin Profile Verification
}
[/insert_php]
To Verify Multiple checks here
[insert_php]
global $verchk;
$verchk=$_REQUEST[‘verification’];
if($verchk==’emp’){
echo ‘Employer Candidate Verification