摘要:
include/cls_mysql.php正常操作例如:$sql = “UPDATE ecs_user SET user = ‘buxuan’ WHERE user_id = 1″;$db->query($sql);用ecshop的autoExecute操作,只需要$table = “ecs_use... 阅读全文
摘要:
文件地址include/lib_order.php ,要引用需要先导入 lib_order.phprequire_once(ROOT_PATH . 'includes/lib_order.php');/** * 得到新订单号 * @return string */function get_or... 阅读全文
摘要:
html{insert_scripts files='region.js,utils.js'} php代码/* 取得国家列表、商店所在国家、商店所在国家的省列表 */ $smarty->assign('country_list', ... 阅读全文