Question:What is the output from the followings?<?php $sString=”Bangladesh”; Echo substr($sString,0,6); ?>
<?php $sString=”Bangladesh”; Echo substr($sString,0,6); ?>
A Bangla B ladesh C Bangladesh D None
+ AnswerA
+ Report