nsubhadipta

49
reputation
1
7

A Passionate Software Developer, Programming Enthusiast

<?php 
  if(relation==friends){ 
   echo "call me Subha";
  }else{
    echo "call me Subhadipta";
  }
?>