|
|
|
รบกวนด้วยค่ะ เรื่อง การกดส่ง email แล้วเจอ HTTP Error 404.0 - Not Found ค่ะ |
|
|
|
|
|
|
|
รบกวนช่วยดูให้หน่อยนะค่ะ ว่าควรจะไปแก้ตรงส่วนไหน
Code (PHP)
<html>
<body>
<?php
if (isset($_REQUEST['email']))
//if "email" is filled out, send email
{
//send email
$email = $_REQUEST['email'] ;
$Name = $_REQUEST['Name'] ;
$message = $_REQUEST['message'] ;
mail("[email protected]", $subject, $message, "From:" . $email);
echo "Thank you for using our mail form";
}
else
//if "email" is not filled out, display the form
{
echo "<form method='post' action='mailform.php'>
Email: <input name='email' type='text'><br>
Name: <input name='Name' type='text'><br>
Message:<br>
<textarea name='message' rows='15' cols='40'>
</textarea><br>
<input type='submit'>
</form>";
}
?>
</body>
</html>
พอกด 'ส่ง' ก็เจอ
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
ขอบคุณมากค่ะ
Tag : PHP, HTML/CSS, CakePHP, WebService, Windows, Web Service
|
|
|
|
|
|
Date :
2013-03-22 15:26:45 |
By :
Mr.Ke |
View :
871 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้ IIS เป็น Web Server หรือเปล่าครับ ? ทำไมถึงแสดงของ IIS
|
|
|
|
|
Date :
2013-03-22 17:02:56 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช่ค่ะ ใช้ iis ของ windows 7 เป็นตัว server ค่ะ
|
|
|
|
|
Date :
2013-03-22 17:06:07 |
By :
Mr.Ke |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IIS รู้จัก php แล้วใช่ไหม๊ครับ
|
|
|
|
|
Date :
2013-03-22 17:09:09 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เมื่อกี้ลองทำตาม เว็บนี้ดูแล้วอะค่ะ ใช่วิธีนี้รึป่าวค่ะ
http://chemsci.kku.ac.th/kitisak/contents/com/IIS7-PHP5.pdf
|
|
|
|
|
Date :
2013-03-22 17:11:32 |
By :
Mr.Ke |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|