|
|
|
กดตกลงแล้วอยากให้มีข้อความตอบรับค่ะ อันนี้นู๋ใช้ดรีมทำค่ะ แต่นู๋อยากให้เมื่อมีคนมากรอกข้อมูลแล้วกด Submit |
|
|
|
|
|
|
|
อันนี้นู๋ใช้ดรีมทำค่ะ แต่นู๋อยากให้เมื่อมีคนมากรอกข้อมูลแล้วกด Submit แล้วจะมีข้อความขึ้นมาว่า ท่านได้กรอกข้อมูลเรียบร้อยแล้วค่ะ ประมาณนี้ค่ะ นู๋ต้องเพิ่มตรงไหนคะ ช่วยแนะนำทีค่ะ ขอบคุณมากๆเลย
<?php require_once('Connections/popopo.php'); ?>
<?php
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
$theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue;
switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}
$editFormAction = $_SERVER['PHP_SELF'];
if (isset($_SERVER['QUERY_STRING'])) {
$editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
}
if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
$insertSQL = sprintf("INSERT INTO jiing (name, lname, address, tel, picture) VALUES (%s, %s, %s, %s, %s)",
GetSQLValueString($_POST['name'], "text"),
GetSQLValueString($_POST['lname'], "text"),
GetSQLValueString($_POST['address'], "text"),
GetSQLValueString($_POST['tel'], "int"),
GetSQLValueString($_POST['picture'], "text"));
mysql_select_db($database_popopo, $popopo);
$Result1 = mysql_query($insertSQL, $popopo) or die(mysql_error());
}
mysql_select_db($database_popopo, $popopo);
$query_Recordset1 = "SELECT * FROM jiing";
$Recordset1 = mysql_query($query_Recordset1, $popopo) or die(mysql_error());
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
$totalRows_Recordset1 = mysql_num_rows($Recordset1);
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Untitled Document</title>
</head>
<body>
<form action="<?php echo $editFormAction; ?>" method="POST" enctype="multipart/form-data" name="form1" id="form1">
ชื่อ
<label>
<input name="name" type="text" id="name" value="<?php echo $row_Recordset1['name']; ?>" />
</label>
<p>นามสกุล
<label>
<input name="lname" type="text" id="lname" value="<?php echo $row_Recordset1['lname']; ?>" />
</label>
</p>
<p>ที่อยู่
<label>
<input name="address" type="text" id="address" value="<?php echo $row_Recordset1['address']; ?>" />
</label>
</p>
<p>โทรศัพท์
<label>
<input name="tel" type="text" id="tel" value="<?php echo $row_Recordset1['tel']; ?>" />
</label>
</p>
<p>
<label>
<input name="picture" type="file" id="picture" value="<?php echo $row_Recordset1['picture']; ?>" />
</label>
</p>
<p>
<label>
<input type="submit" name="Submit" value="Submit" />
</label>
</p>
<input type="hidden" name="MM_insert" value="form1">
</form>
</body>
</html>
<?php
mysql_free_result($Recordset1);
?>
Tag : - - - -
|
|
|
|
|
|
Date :
2010-03-27 11:54:03 |
By :
นู๋เฟิส |
View :
1055 |
Reply :
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จาวาสคริปอ่ะครับเข้ามาช่วย เดวรอคนมาตอบน่ะครับ
|
|
|
|
|
Date :
2010-03-27 13:49:44 |
By :
icute |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo "<script>alert('ท่านได้กรอกข้อมูลเรียบร้อยแล้วค่ะ'); window.location = 'หน้าถัดไป.php';</script>";
จัดไห้ คัฟ
|
|
|
|
|
Date :
2010-03-27 20:44:10 |
By :
deathzap |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใส่ตรงไหนอ่ะคะ
|
|
|
|
|
Date :
2010-03-27 21:07:56 |
By :
นู๋เฟิส |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แงๆ เงียบเลย T-T
|
|
|
|
|
Date :
2010-03-27 23:16:54 |
By :
นู๋เฟิส |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ดันๆๆ อิอิ
|
|
|
|
|
Date :
2010-03-28 08:19:52 |
By :
นู๋เฟิส |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ดันๆๆๆ
|
|
|
|
|
Date :
2010-03-28 16:57:08 |
By :
นู๋เฟิส |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mysql_select_db($database_popopo, $popopo);
$Result1 = mysql_query($insertSQL, $popopo) or die(mysql_error());
}
//เสริม
mysql_select_db($database_popopo, $popopo);
$Result1 = mysql_query($insertSQL, $popopo) or die(mysql_error());
if($Result1){
echo"<script>alert('บันทึกข้อมูลเสร็จแล้วจ้า');</script>";
}
}
|
|
|
|
|
Date :
2010-03-29 10:59:41 |
By :
kalamell |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุง มาก ๆ เล ย คร่า
|
|
|
|
|
Date :
2010-03-29 23:36:50 |
By :
นู๋เฟิส |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อยากได้แบบกด submit แล้วเด้งไปหน้าอื่นเลยอ่ะค่ะ เพิ่มยังไงส่วนไหนคะ
ขอบคุณไว้ก่อนเลยค่ะ
|
|
|
|
|
Date :
2010-03-31 08:13:56 |
By :
นู๋เฟิส |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
echo"<meta http-equiv='refresh' content='1;url=index.php' >";
|
|
|
|
|
Date :
2010-03-31 08:15:28 |
By :
icute |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณค่ะ ใจดีมา กๆ เลย
|
|
|
|
|
Date :
2010-03-31 09:16:56 |
By :
นู๋เฟิส |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|