提交后为啥不显示值?
<?php
if($Submit==”提交”){
$username=$_POST[username];
$test=$_POST[test];
}
?>
<meta http-equiv=”Content-Type” content=”text/html; charset=gb2312″>
<style type=”text/css”>
<!—ecms
.style1 {
font-size: 14px;
color: #0066FF;
}
.style4 {font-size: 13px; color: #0066FF; }
–>
</style>
<body
……本2文来源gaodai.ma#com搞##代!^码@网3
搞代gaodaima码
>
明日科技留言板系统 | |
用户名: | |
留言内容: | |
<?php echo $username;?> | |
<?php echo $test;?> |
——解决方案——————–
- PHP code
if($Submit=="提交"){$username=$_POST[username];$test=$_POST[test];}