标题: PHP内容修改选择列表输出为指定选项 [打印本页] 作者: tzlink 时间: 2007-9-30 15:28 标题: PHP内容修改选择列表输出为指定选项 <?php
//////////////////////////////////////////////////////////////////////////////////////////////////////////
//File: addlink.php
//Author: TZNKTG
//Purpose: This page is add all information of site link
///////////////////////////////////////////////////////////////////////////////////////////////////////////
$update_slinfo_sql = "update ".$slinfo_table." set hrsite='".$hrsite."',sitename='".$sname."',siteurl='".$surl."',siteshow='".$sshow."' where id='".$id."'";