i have a phone number inputs like:
Belgium: 0471712211 or 471712211 or 32471712211 or 0032471712211
UK: 0123456 or 123456 or 440123456 or 44123456 or 0044123456
Now i need to accept above inputs, but need to send always the number format only into this format +32471712211 or +44123456 but user can insert random formats, which is the problem.
Is there any PHP class out there for handling dialing numbers? or any other php libraries for dealing the dialing numbers?