I am creating a form in PHP and in my form I have a field "TAX ID". This field should have value in this format only - "00.000.000.0-000.000"
Any suggestion how to achieve validation in this format for "TAX ID" field ??
Thanks
I am creating a form in PHP and in my form I have a field "TAX ID". This field should have value in this format only - "00.000.000.0-000.000"
Any suggestion how to achieve validation in this format for "TAX ID" field ??
Thanks
Copyright © 2021 Jogjafile Inc.
I recommend you to use regex https://www.w3schools.com/php/php_regex.asp
for example