<?php $phone = "09350943256"; $result = substr($phone, 0, 4); $result .= "***"; $result .= substr($phone, 7, 4); echo $result;
You have javascript disabled. You will not be able to edit any code.