I collect zipcodes on my website and want to display the zipcodes with their appropriate cities and states so I know where my users are coming from. How would I do this? I was thinking about having php parse a text file with zipcode state/zip fields, but I can't find this type of information on the net. Does anybody know where you can download zipcode information or if there is any other easy way to do this?