Real TIme Tax Table


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. CREATE TABLE `zip_codes` (
  2. `city` VARCHAR( 25 ) NOT NULL ,
  3. `zipcode` VARCHAR( 5 ) NOT NULL ,
  4. `taxrate` VARCHAR( 5 ) NOT NULL
  5. ) ENGINE = MYISAM

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.