$tel = "05419872563";
if(substr($tel,0,1) == false) $tel = substr($tel,1,strlen($tel));
echo $tel;