Home > php教程 > php手册 > body text

Two different express waybill number queries using PHP

WBOY
Release: 2016-09-29 09:18:53
Original
2189 people have browsed it

The PHP express waybill number query in this DEMO is all original, the code is simple and can be used directly. It can usually be used in scenarios such as shipping and returns. Tip: There is no limit on the number of express inquiries.
Two different express waybill number queries using PHP
The first method is based on the waybill number type and waybill number: http://www.sucaihuo.com/js/161.html
The second method is to query directly based on the waybill number: http://www.sucaihuo.com/js/565.html
Supported express waybill number types are: <?php <br />          $codes = array(<br />                0=>array(<br> "code"=>"ems",<br> "name"=>"ems express",<br> ),<br>                1=>array(<br> "Code" = & gt; "shentong", <br> "name"=>"STO Express",<br> ),<br>           2=>array(<br> "code"=>"yuantong",<br> "name"=>"YTO Express",<br> ),<br> 3=>array(<br> "code"=>"shunfeng",<br> "name"=>"SF Express",<br> ),<br>                4=>array(<br> "code"=>"tiantian",<br> "name"=>"Daily Express",<br> ),<br>                5=>array(<br> "code"=>"yunda",<br> "name"=>"Yunda Express",<br> ),<br>               6=>array(<br> "code"=>"zhongtong",<br> "name"=>"ZTO Express",<br> ),<br>           7=>array(<br> "code"=>"longbanwuliu",<br> "name"=>"Longbang Logistics",<br> ),<br>                8=>array(<br> "code"=>"zhaijisong",<br> "name"=>"Home Delivery",<br> ),<br>                9=>array(<br> "code"=>"quanyikuaidi",<br>"name"=>"Quanyi Express",<br> ),<br>                  10=>array(<br> "code"=>"huitongkuaidi",<br> "name"=>"Huitong Express",<br> ),<br> 11=>array(<br> "code"=>"minghangkuaidi",<br> "name"=>"Civil Aviation Express",<br> ),<br> 12=>array(<br> "code"=>"yafengsudi",<br> "name"=>"Yafeng Express",<br> ),<br> 13=>array(<br> "code"=>"kuaijiesudi",<br> "name"=>"Express Delivery",<br> ),<br> 14=>array(<br> "code"=>"tiandihuayu",<br> "name"=>"天地华宇",<br> ),<br> 15=>array(<br> "code"=>"zhongtiekuaiyun",<br> "name"=>"China Railway Express",<br> ),<br> 16=>array(<br> "code"=>"deppon",<br> "name"=>"Debon Logistics",<br> ),<br> 17=>array(<br> "code"=>"yousukuaidi",<br> "name"=>"Express Express",<br> ),<br> 18=>array(<br> "code"=>"yeahyoung",<br>                                                                                                                                                                                                                            "name"=>"Overseas Warehouse International Supply Chain",<br> ),<br> );<br>            ?>

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template