30/09/2018, 19:06
Giúp mình tại sao code không chạy với :(
<?php
if(isset($_POST['lastname'])&& isset($_POST['lastname'])!="")
{
echo "day la: ".$_POST['lastname'];
}
?>
<html>
<header>
<meta charset="utf-8">
</header>
<body>
<from name="from1" action="test.php" method="post">
<fieldset style="width: 30%">
<legend>Đăng nhập</legend>
fullName:
<input type="text" name="lastname" />
<br />
password:
<input type="password" name="password" />
<br /><br />
<input type="submit" name="sub" value="submit" />
</fieldset>
</from>
</body>
</html>
Bài liên quan
dòng 2 bỏ isset phía sau đi bạn @@
Cách khác ở dòng 2 bạn chỉ cần dùng !empty($giatri) để kiểm tra.