input file:
1. tablename.txt
2. Tab deliminated by default
3. use full path with all the parent path readable by mysql user
$> mysqlimport -u user -p dbname /path/to/input/tablename.txt
Also if there is autoincrement field , use number 0.
input file:
1. tablename.txt
2. Tab deliminated by default
3. use full path with all the parent path readable by mysql user
$> mysqlimport -u user -p dbname /path/to/input/tablename.txt
Also if there is autoincrement field , use number 0.
Please note that I lost my previous website and related lastest article about UPS XML shipping rate PHP codes.
But here is my original work that still works.
http://www.neox.net/ups/upsrate.php
Thank you for visiting my website and please leave some comments if you have any question.