|
|
|
จะนำechoไปแจ้งตรงจุดที่เราต้องการ ทำยังไงครับ ขอบคุณครับสำหรับคำแนะนะ |
|
|
|
|
|
|
|
Code (PHP)
if (mysqli_num_rows($result) > 0) {
while ( $row=mysqli_fetch_array($result))
{
$card_id=$row['card_id']; //เปลี่ยนตามชื่อ column คุณเองนะครับ
$user=$row['username'];
$pass=$row['password'];
}
}else{
$card_id = "ไม่มีเลขบัตรในระบบ";
$user="";
$pass="";
}
mysqli_free_result($result);
mysqli_close($connect);
}else{
$card_id="";
$user="";
$pass="";
}
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="widrh=device-width, initial - scale=1.0">
</head>
<form action="error.php" method="post">
key_card=<input type="text" name="key_card"><br><br>
test=<input type="text" name="test" value="<?php echo $card_id?>"><br><br>
user=<input type="text" name="user" value="<?php echo $user ?>"><br><br>
pass=<input type="text" name="pass" value="<?php echo $pass ?>"><br><br>
<input type="submit" name="search" value="Find">
</form>
<body>
|
|
|
|
|
Date :
2018-04-23 08:52:54 |
By :
mongkon.k |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|