|
|
|
จะประกาศตัวแปรเก็บค่า GET ถาวรได้ไหม จากหน้าที่แล้วยังไงดีค่ะ |
|
|
|
|
|
|
|
ถ้าส่งเป็น $_GET ก็แค่เอา query string มาต่อท้าย URL ที่หน้าที่จะเปลี่ยนไปได้เลยครับ :D
|
|
|
|
|
Date :
2013-08-21 09:31:31 |
By :
itpcc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
page.php?id=$_GET['id'] หน้าไหนเปลี่ยน ก็เอาค่าที่ส่งติดไปด้วยครับ รับรองไม่หาย
|
|
|
|
|
Date :
2013-08-21 09:49:56 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ก็เอาค่าที่ get มาไปใส่ต่อท้าย form action เช่น action="test.php?id=get(id)"
ถ้าหน้าต่อไปคุณรับค่าแบบโพสคุณก็ฝังไว้ใน hidden ได้เลย เช่น <input type="hidden" value="get(id)" name="id">
คร่าวๆครับโค๊ดไม่ได้ฟิกไว้เป๊ะๆ แค่เป็นตัวอย่าง
|
|
|
|
|
Date :
2013-08-21 13:23:14 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<input type="hidden" value="<?=$_GET["id"];?>" name="id">
รับแบบนี้ใช่ไหม ลองแล้วอะะไปเลือก slect line ค่ามันก็หายไปอยู่ดี T_T (เวลาเรียกใช้งานปุ่ม hidden นี่เขียนยังไงหรอค่ะ)
|
ประวัติการแก้ไข 2013-08-22 08:27:41
|
|
|
|
Date :
2013-08-22 08:21:37 |
By :
baibua913 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองใช้วิธีรับค่า GET แล้วเก็บไว้ในตัวแปร $_SESSION เลย ง่ายดี
Code (PHP)
$_SESSION[id]=$_GET["id"];
|
|
|
|
|
Date :
2013-08-22 09:29:10 |
By :
namebom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังไม่ได้เลยอะ session ก็เหมือนเดิม
|
ประวัติการแก้ไข 2013-08-22 15:07:35
|
|
|
|
Date :
2013-08-22 15:03:56 |
By :
baibua913 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอา code มาวางดีกว่าครับ
|
|
|
|
|
Date :
2013-08-22 15:24:26 |
By :
Ex-[S]i[L]e[N]t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<html>
<head>
<link rel="stylesheet" type="text/css" href="CSS/calendar.css"/>
<SCRIPT LANGUAGE="JavaScript" CHARSET="windows-874" SRC="Javascript/jscalendar.js"></SCRIPT>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="CSS/table.css" />
<link href="CSS/default.css" rel="stylesheet" type="text/css" />
<title>Add</title>
<script language="JavaScript" type="text/JavaScript"> <!-- add multi record -->
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
</script>
</head>
<body>
<?php
$videoregi = "T";
$carlenda = '<img src="image/formcal.gif" width="16" height="16">';
include("ConnectDB/connectDB.php");
$strSQL = "SELECT MAX(autonumber) as lastid FROM type";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
$Num_Rows = mysql_num_rows($objQuery);
$objResult = mysql_fetch_array($objQuery);
?>
<div id="wrapper">
<div id="header">
<h1>Miccell</h1>
<h2>Storage & Content</h2>
<ul>
<li class="first"><a href="index.php">รายการ</a></li>
<li><a href="frmsong.php">เสียง</a></li>
<li><a href="frmvideo.php">ภาพ</a></li>
<li><a href="frmtype.php">เพลง</a></li>
</ul>
</div>
</div>
<div id="middle">
<h2>เพิ่มรายการเพลง</h2>
<div class="form" style="width:100%; text-align:center; float:left;">
<form action="addtype.php" name="frmAdd" method="post">
Select Line :
<select name="menu1" onChange="MM_jumpMenu('parent',this,0)">
</div>
<?php
for($i=1;$i<=20;$i++)
{
if($_GET["Line"] == $i)
{
$sel = "selected";
}
else
{
$sel = "";
}
?>
<option value="<?=$_SERVER["PHP_SELF"];?>?Line=<?=$i;?>" <?=$sel;?>><?=$i;?></option>
<?php
}
?>
</select>
<div class="wrapper" style="width:100%; text-align:center; float:left; margin-top:10px; margin-left:8%;">
<div class="head" style="width:10%; float:left;">รหัส</div>
<div class="head" style="width:10%; float:left;">=รหัสห้อง</div>
<div class="head" style="width:20%; float:left;">ชื่อ</div>
<div class="head" style="width:13%; float:left;">ประเภท</div>
<div class="head" style="width:10%; float:left;">วันที่เอา</div>
<div class="head" style="width:10%; float:left;">วันที่ส่ง</div>
<div class="head" style="width:5%; float:left;">ฮาร์ดดิส</div>
</div>
<?php
$line = $_GET["Line"];
if($line == 0){$line=1;}
for($i=0;$i<$line;$i++)
{
$v_id = $videoregi.str_pad($objResult["lastid"]+1+$i,5,"0",STR_PAD_LEFT);
?>
<div class="loop" style="width:100%; float:left; margin-left:8%;">
<div class="td" style="width:10%; float:left;"><input name="txtt_id<?=$i;?>" size="14" type="text" id="txtv_id" value="<?php echo $v_id;?>" readonly></div>
<div class="td" style="width:10%; float:left;"><input name="txt_id<?=$i;?>" size="14" type="text" id="txtid" value="<?=$_GET["id"];?>" readonly></div>
<div class="td" style="width:20%; float:left;"><input name="txt_name<?=$i;?>" size="34" type="text" id="txtname" value="<?=$_GET["name"];?>" readonly></div>
<div class="td" style="width:13%; height:26; float:left;"><select name="txts_type<?=$i;?>">div>
<div class="td" style="width:10%; float:left;"><input type="text" name="txtt_accept<?=$i;?>" size="11"><a href="javascript:displayDatePicker('txtt_accept<?=$i;?>')"><?=$carlenda?></a></div>
<div class="td" style="width:10%; float:left;"><input type="text" name="txtt_send<?=$i;?>" size="11"><a href="javascript:displayDatePicker('txtt_send<?=$i;?>')"><?=$carlenda?></a></div>
<div class="td" style="width:5%; float:left;"><input type="text" name="txtv_hdd<?=$i;?>" size="4"></div>
</div>
<?php
}
mysql_close($objConnect);
?>
</div>
<input name="submit" type="submit" class="styled-button-3 value=" id="submit" value="SAVE" style="margin-top:20px;">
<input type="button" class="styled-button-3" onClick="window.history.back()" value="Cancel">
<input type="hidden" name="hdnLine" value="<?=$i;?>">
</form>
<body>
<html>
หน้านที่ส่งมาแบบนี้อะค่ะ
Code (PHP)
<a href="frmaddtype.php?s_id=<?=$objResult["s_id"];?>&s_name=<?=$objResult["s_name"];?>
จะแอดขึ้นไปโค้ดข้าง บน แบบ ,multi record แล้วให้ s_id s_name มันมีข้อแบบไว้เพือ เชื่อม ทุก record
|
ประวัติการแก้ไข 2013-08-23 08:14:30
|
|
|
|
Date :
2013-08-23 08:09:12 |
By :
baibua913 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทำได้ไหมอ่าค่ะหรือทำไม่ได้เลยตอบหน่อยนะ
|
|
|
|
|
Date :
2013-08-23 21:04:55 |
By :
baibua913 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|