function dil($data1,$data2){ if(($_GET['dil'] ?? '')=='eng'){ echo $data2; }else{ echo $data1; } } ?>