Replace the first 2 digits of a number from a $_POST

My phone system’s api returns the phone number as 61411111111 but in my database it is stored as 0411111111
So for me to be able to complete a search of the customer I need to replace just the first 2 digits (61) and replace with a 0.
What would be the best way to do this?

Community Page
Last updated: