Help for this page
Select Code to Download
Select
or
download this
$str='abcde'; $str = substr $str,0,(length($str)-1); print $str;