<?php $string='shashank'; $length = strlen($string); for ($i=($length-1) ; $i >= 0 ; $i--) { echo $string[$i]; } } ?>
No comments:
Post a Comment