Gossamer Forum
Home : Products : Gossamer Links : Discussions :

0 not shown in field

Quote Reply
0 not shown in field
Hi,

if I write 03719 in a ZIP field, only 3719 will be shown on the output site. How can I change it?

Quote Reply
Re: [SvenL] 0 not shown in field In reply to
Hello!

Change the property or "Attributes" of the field to ZEROFILL.

And further the property should be int(5) for the Zipcode always having five digits, in your case.

If you give int(10) in any field then then five more Zeros will be added automatically by MySQL.

Change it through PhpMyadmin or MySQLMan.

Last edited by:

rajani: Nov 29, 2001, 11:28 PM