Hello all.
I have a form page with a field for Zip Codes:Now, some Zip Codes, in New Jersey in particular, begin with a zero. As in 01234.Code:<input type="text" name="customer_zip">
When this field gets posted, the zero in the front gets trimmed.
I don't know if it's the operating system (Win 2k Server) or PHP.
Does anyone know how I can rectify this situation?
Many thanks.




Reply With Quote