输入banner图图片脚本导航/分类

html下拉菜单提交后保留选中值而不返回默认值_HTML/Xhtml_网页制作

代码如下:



// 获取select值
$select_value = isset($_GET['select']) ? $_GET['select'] : '';
?>




每个选项都要加上这个脚本,如果多个的话可以循环打印。