www.gusucode.com > Destoon B2B仿淘宝电子商务网站 UTF8 v6.0源码程序 > destoon/api/ajax/type.inc.php

    <?php
defined('IN_DESTOON') or exit('Access Denied');
preg_match("/^[a-z0-9_\-]{2,}$/", $item) or exit;
preg_match("/^[a-z0-9_\-\[\]]{2,}$/", $name) or exit;
echo type_select($item, 0, $name, $default, $itemid, 'id="typeid"');
?>