Hello,
I want to skip first 0 digit in form data, for example if i have input type text and there i have allowed max 11 digits e.g. 01001234567 so when it send i get data like 1001234567 it should skip first 0 how is it possible?
$phone = $_POST['phone'];