首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

<input type="button" value="<php echo $bnlanglog_operate_l

2012-04-23 
input typebuttonvalue?php echo $bnlanglog_operate_log? class?php einput typebuttonv

<input type="button" value="<?php echo $bnlanglog_operate_log;?>" class=<?php e
<input type="button" value="<?php echo $bnlanglog_operate_log;?>" class=<?php echo $s1; ?>
这句话是什么意思呢?
<input type="hidden" name="pagese" value="<?php echo $pagese?>">
还有这句话,  

<form name="statisticform" method="post" action="">
<input type="hidden" name="pagese" value="<?php echo $pagese?>">
<input type="hidden" name="search_stastical" value="<?php echo $_REQUEST['search_stastical']?>">
<input type="hidden" name="cmd" value="<?php echo $_REQUEST['cmd']?>">
<input type="hidden" name="log_config" value="<?php echo $_REQUEST['log_config']?>">
</form>
为什么用input 前面有加from, class 是什么意思?谢谢大家

[解决办法]
form是表单,class是css里的那个
[解决办法]
form是要将数据提交到服务器。class是在该标签元素中添加的css样式。
多看看手册http://download.csdn.net/detail/dmtnewtons/4126616
[解决办法]
一切从零开始,建议你先看看
http://www.w3school.com.cn/h.asp
书太贵,也没必要买!
[解决办法]
楼主又在问同样的问题。

热点排行