<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<form method="post">
<input type="text" name="user" value=""><br>
<input type="password" name="pass" value=""><br>
<input type="submit" name="Sign" value="เข้าสู่ระบบ">
</form>
<?php
if(isset($_POST['Sign'])){
$user=$_POST['user'];
$pass=$_POST['pass'];
if(($user=="admin")&&
$pass=="1111")){
header("location:
https://www.google.co.th/");
}
else {
echo '!!!Not Correct';
}
}
?>
ใน Host จำลองใช้ได้ปกติ แต่พอลง Host จริงมันขึ้น
Warning: Cannot modify header information - headers already sent by (output started at /storage/ssd1/755/6316755/public_html/login/login.php:1) in /storage/ssd1/755/6316755/public_html/login/login.php on line 19
มีลิ้งให้ไปดูฮ่ะ
https://nobbier-theory.000webhostapp.com/login/login.php
รบกวนผู้รู้ช่วยทีครับ#มือใหม่
อัพเว็บลง Host จริงแล้วใช้ไม่ได้ฮ่ะ
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<form method="post">
<input type="text" name="user" value=""><br>
<input type="password" name="pass" value=""><br>
<input type="submit" name="Sign" value="เข้าสู่ระบบ">
</form>
<?php
if(isset($_POST['Sign'])){
$user=$_POST['user'];
$pass=$_POST['pass'];
if(($user=="admin")&&$pass=="1111")){
header("location:https://www.google.co.th/");
}
else {
echo '!!!Not Correct';
}
}
?>
ใน Host จำลองใช้ได้ปกติ แต่พอลง Host จริงมันขึ้น
Warning: Cannot modify header information - headers already sent by (output started at /storage/ssd1/755/6316755/public_html/login/login.php:1) in /storage/ssd1/755/6316755/public_html/login/login.php on line 19
มีลิ้งให้ไปดูฮ่ะ
https://nobbier-theory.000webhostapp.com/login/login.php
รบกวนผู้รู้ช่วยทีครับ#มือใหม่