I am trying to find a way to reverse a string, I\'ve seen alternatives but i wanted to to it this way thinking outside the box and not using anyone else\'s code as an altern
You must get $len-1 because string starts from 0 to $len-1
$len-1
0