|
|
|
ช่วยแนะนำ code หน่อยค่ะ คือเรียกออกมาดูได้ค่ะ แต่ update ไม่ได้ ลองทำเป็น textbox ตามที่คุณ SOUL |
|
|
|
|
|
|
|
คือเรียกออกมาดูได้ค่ะ แต่ update ไม่ได้ ลองทำเป็น textbox ตามที่คุณ SOUL แต่ก็ eror ไม่รู้จะแก้ตรง ช่วยดูให้หน่อยค่ะ งงมากมาย ช่วยชี้แนะด้วยค่ะ
อันนี้ code ที่เอาไปแก้มา แต่ยังไม่ได้ใส่ update เพราะ ใส่แล้วมัน error
ช่วยหน่อยค่า
Code (PHP)
<?php
session_start();
{
if(!isset($_SESSION['user']))
header('Location: signin2.php?redirect=checkout22.php');
}
require_once('Connections/conn1.php');
mysql_select_db($database_conn1, $conn1);
$query = "SELECT id_cnt,name_cnt FROM tbcountries ORDER BY name_cnt";
$rsCountries = mysql_query($query, $conn1) or die(mysql_error());
$countries = array();
while(list($id_cnt, $name_cnt)=mysql_fetch_row($rsCountries))
$countries[$id_cnt] = $name_cnt;
require_once('header.php');
?>
<style type="text/css">
<!--
.style15 {font-size: 14px; font-family: "Courier New", Courier, monospace; }
.style31 {color: #FFFFFF}
.style40 {
color: #000099;
font-family: "Courier New", Courier, monospace;
}
.style50 {color: #000000}
.style74 {font-size: 15px; font-family: "Courier New", Courier, monospace; color: #000099; font-weight: bold; }
.style75 {font-size: 15px; font-family: "Courier New", Courier, monospace; color: #000099; }
.style87 {font-weight: bold}
.style93 {
font-size: 18px;
font-weight: bold;
font-family: "Courier New", Courier, monospace;
}
.style104 {
color: #FFFFFF;
font-weight: bold;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
}
.style106 {font-size: 16px; font-family: "Times New Roman", Times, serif; }
.style107 {font-size: 16px}
.style111 {color: #FFFFFF; font-family: "Courier New", Courier, monospace; }
.style112 {color: #000000; font-family: "Courier New", Courier, monospace; }
.style114 {font-size: 16px; font-family: "Courier New", Courier, monospace; }
.style117 {color: #FFFFFF; font-family: "Times New Roman", Times, serif;}
.style118 {font-family: "Courier New", Courier, monospace; font-size: 16px; color: #FFFFFF;}
.style119 {font-family: "Times New Roman", Times, serif; font-size: 16px; color: #FFFFFF;}
.style120 {font-size: 16px; color: #FFFFFF;}
-->
</style>
<table width="674" height="780" border="0" align="center">
<tr>
<td width="678" height="844" bgcolor="#000000"><p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="668" height="125">
<param name="movie" value="flashmyaccountnew.swf" />
<param name="quality" value="high" />
<embed src="flashmyaccountnew.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="668" height="125"></embed>
</object>
</p>
<table width="633" border="0" align="center" cellpadding="3" cellspacing="0">
<tr>
<td width="97%" height="615" align="left" valign="top" bordercolor="#ECE9D8" background="bg3.jpg" bgcolor="#000000"><span class="style93">EDIT MY ACCOUNT </span>
<table width="525" height="560" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#333333" bgcolor="#FFFFFF" class="style15">
<tr>
<td width="158" height="560" align="left" valign="top" bgcolor="#FFFFFF" class="style87">
<label></label>
<p class="style104"> </p>
<table width="358" height="30" border="0">
<tr>
<td width="124" height="43" align="right" valign="top"><span class="style107"><span class="style111">---</span></span><span class="style112 style107">Name:</span></td>
<td width="224" valign="top"><span class="style75">
<input name="name_usr" type="text" class="style87" id="name_usr" value="<?php echo $_SESSION['ord']['fullname']; ?>" size="32" maxlength=" " />
</span></td>
</tr>
</table>
<table width="358" height="30" border="0">
<tr>
<td width="124" align="right" valign="top"><span class="style114"><span class="style111">---</span><span class="style50">Address1:</span></span></td>
<td width="224"><span class="style75">
<input name="address1_usr" type="text" class="style87" id="address1_usr" value="<?php echo $_SESSION['ord']['address1']; ?>" size="32" />
</span></td>
</tr>
</table>
<table width="358" height="30" border="0">
<tr>
<td width="126" align="right" valign="top" class="style114"><span class="style111">---</span><span class="style50">Address2:</span></td>
<td width="224"><span class="style75">
<input name="address2_usr" type="text" class="style87" id="address2_usr" value="<?php echo $_SESSION['ord']['address2']; ?>" size="32" />
</span></td>
</tr>
</table>
<table width="358" height="30" border="0">
<tr>
<td width="124" align="right" valign="top" class="style114"><span class="style111">---</span><span class="style50">City:</span></td>
<td width="224"><span class="style75">
<input name="city_usr" type="text" class="style87" id="city_usr" value="<?php echo $_SESSION['ord']['city']; ?>" size="32" />
</span></td>
</tr>
</table>
<table width="358" height="30" border="0">
<tr>
<td width="124" align="right" valign="top"><span class="style114"><span class="style111">---</span><span class="style31"><span class="style50">State:</span></span>
<label> </label>
<label></label>
</span> <span class="style114">
<label></label>
</span></td>
<td width="224"><span class="style75">
<input name="state_usr" type="text" class="style87" id="state_usr" value="<?php echo $_SESSION['ord']['state']; ?>" size="32" />
</span></td>
</tr>
</table>
<table width="358" height="30" border="0">
<tr>
<td width="126" align="right" valign="top" class="style112"><span class="style31">---</span><span class="style107">Country:</span></td>
<td width="224"><span class="style75">
<input name="country_usr" type="text" class="style87" id="country_usr" value="<?php echo $countries[$_SESSION['ord']['country']];?>" size="32" />
</span></td>
</tr>
</table>
<table width="358" height="30" border="0">
<tr>
<td width="129" align="right" valign="top"><span class="style111">---</span><span class="style118"><span class="style50">Zip:</span> <span class="style50">
<label></label>
</span></span> </td>
<td width="225"><span class="style75">
<input name="zip_usr" type="text" class="style87" id="zip_usr" value="<?php echo $_SESSION['ord']['zip']; ?>" size="32" />
</span></td>
</tr>
</table>
<table width="358" height="30" border="0">
<tr>
<td width="127" align="right" valign="top" class="style107"><span class="style111">---</span><span class="style117"><span class="style112">Phone:</span></span></td>
<td width="224"><span class="style75"><span class="style74">
<input name="phone_usr" type="text" class="style87" id="phone_usr" value="<?php echo $_SESSION['ord']['phone']; ?>" size="32" />
</span></span></td>
</tr>
</table>
<label></label> <span class="style106">
<label></label>
</span>
<table width="358" height="30" border="0">
<tr>
<td width="127" align="right" valign="top"><span class="style111">---</span><span class="style119"><span class="style112">Mobile:</span></span></td>
<td width="224"><span class="style75"><strong><strong>
<input name="mobile_usr" type="text" class="style87" id="mobile_usr" value="<?php echo $_SESSION['ord']['mobile']; ?>" size="32" />
</strong></strong></span></td>
</tr>
</table>
<table width="358" height="30" border="0">
<tr>
<td width="127" align="right" valign="top" class="style107"><span class="style111">---</span><span class="style117"><span class="style112">Fax:</span></span></td>
<td width="224"><span class="style75"><strong><strong><span class="style40">
<input name="fax_usr" type="text" class="style87" id="fax_usr" value="<?php echo $_SESSION['ord']['fax']; ?>" size="32" />
</span></strong></strong></span></td>
</tr>
</table>
<span class="style106"> </span>
<label></label>
<label></label>
<table width="358" height="47" border="0">
<tr>
<td width="127" height="43" align="right" valign="top"><span class="style111">---</span><span class="style120"><span class="style112">Email:</span></span></td>
<td width="224"><span class="style75"><strong><strong><span class="style40">
<input name="email_usr" type="text" class="style87" id="email_usr" value="<?php echo $_SESSION['ord']['email']; ?>" size="32" />
</span></strong></strong></span></td>
</tr>
</table>
<p>
<input type="submit" name="KT_Update1" id="KT_Update1" value="Edit User" />
</p></td>
</tr>
</table> </td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
</form>
<?php
require_once('footer.php');
?>
Tag : - - - -
|
|
|
|
|
|
Date :
2010-07-13 12:26:33 |
By :
angyeeyee |
View :
842 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอ่อ..คือ..จะบอกว่า เขียนได้ขนาดนี้แล้วแต่ดันเขียนคำสั่ง update ไม่ได้นี่มันยังไงๆแล้วนะนี่ งั้นก็อย่างนี้ก็แล้วกัน สร้างฟอร์มขึ้นมาฟอร์มนึง อยากจะให้แก้ไขอะไรได้ก็ select เลือกขึ้นมาให้เห็น เสร็จแล้วก็ใช้คำสั่ง update ชื่อตาราง set filde1="ช่อง1" ทำอย่างนี้จนหมดครบองค์ หรือถ้ามองไม่เห็นภาพ ทำฟอร์มมาก่อนแล้วค่อยเป็นค่อยไปผมว่ามันง่ายกว่าที่คุณเขียนอยู่นี่แหละ
|
|
|
|
|
Date :
2010-07-13 14:02:24 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ก็ง่ายๆๆๆนะครับ คือลักษณะคือเรียก มาเหมือนกัน แต่ว่าให้ใช้ Textbox แล้วก็ กำหนดเป็นข้อมูลของใครของมัน ไม่ยุ่งเกี่ยวกันครับ
โดยตอนที่ login มานั้น ให้ เก็บค่าไว้ใน session ก็ได้แล้วเรียกเฉพาะชื่อของคนที่ login เข้ามา พอได้ดังนี้แล้ว เราก็ออกแบบให้ เลือกข้อมูลขอคนๆๆนั้นอย่างเดียวเลย พอจะเข้าป่าว ครับ อิอิอิอิอิอิอิ
|
|
|
|
|
Date :
2010-07-13 14:02:39 |
By :
SOUL |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|