<?php $prefix = '+91'; $str = '+912345678765'; if (substr($str, 0, strlen($prefix)) == $prefix) { echo $str = substr($str, strlen($prefix)); }
You have javascript disabled. You will not be able to edit any code.