时间:2021-07-01 10:21:17 帮助过:4人阅读
create table fwbd_mac
( mac_eth char(12) not null, //保存mac号
mac_license varchar(750) not null, //保存license文件
mac_date date not null,
primary key (mac_eth),
unique license_index (mac_license)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
while ($row = mysql_fetch_array($result))
{
echo ""; ";
echo "".add_delimiter(strtoupper($row['mac_eth']))." ";
echo "显示 ";
echo "".$row['mac_date']." ";
echo "
}