Retirrar Ultimo Caracter PHP
$resultado = substr($valor,0,-1);
Difficult Dormouse
$resultado = substr($valor,0,-1);