Warum kann der Wert nicht durchgereicht werden?
Stu
Stu 2018-08-18 21:51:46
0
7
1212

Codesprache


Stu
Stu

Antworte allen(6)
Stu

找到问题了!! 原来是php.ini的问题 ,查找enable_post_data_reading变量,确保其打开状态,并且该语句前面的分号要去掉(有分号的语句是注释语句):  卡了一个小时很难受。。

  • Antwort 厉害厉害
    ringa_lee Autor 2018-08-20 09:02:13
Stu

原来要加文字 提示不清楚。。。

Stu
代码如下
<form action="estimate.php" method="post">
<input type="text" name="score">
<input type="submit" value="estimate my futrue,please!">
</form>
<?php 
$score=$_POST["score"];
if($score>100){
	echo "I subjest you leave this world!!!you're a genius!! man!";
}
else if($score<100&&$score>80){
	echo "you're garbage ,Man,you even can't got 100score,Look at your neighbor XiaoMing";
}else if($score<80&&$score>60){
	echo "your futrue is bright!!!!";
}
else{
	echo "congratulation,you got a nice score,you can get into the University of Oxford";
}

 ?>


Stu

bug吗?

Stu

放不了代码


Stu

为什么输入代码片段提示请输入有效内容


Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage