|
|
|
ผมส่งค่า แล้วGET ค่าไม่ได้ครับ วานผู้รู้ช่วยตอบที เป็นเพราะอะไร |
|
|
|
|
|
|
|
หน้าที่ต้องส่งค่า
<div id="box-left">
<div id="member-login">
<div id="bar-title"></div>
<?php
if((int)$_SESSION['session_id_agent']==0){
if((int)$_SESSION['session_id_member']==0){
?>
<form id="fmLogin" name="fmLogin" method="post" action="">
<p>ชื่อผู้ใช้งาน</p>
<p>
<input name="usernameLogin" type="text" id="usernameLogin" size="18" />
</p>
<p>รหัสผ่าน</p>
<p>
<input name="passwordLogin" type="password" id="passwordLogin" size="18" />
</p>
<p style="margin:10px 0 0 0;"><input type="submit" name="Submit" value="ล็อกอิน" class="btn btn-danger bt"> <a href="register.php"><input type="submit" name="register" value="สมัครสมาชิก" class="btn btn-warning bt" onclick="myFunction()"></a>
</br></p><span id="loadLogin" class="text13r"></span>
</form>
<?php
}else{
?>
<p>สวัสดีคุณ: <strong><?php echo $_SESSION['session_username'];?></strong></p>
<?php
if($_SESSION['session_id_status']==1){
?>
<p id="list"><a href="dashboard/index.php">หน้า Dashboard</a></p>
<?php
}
?>
<p id="list"><a href="member.php?p=edit">แก้ไขข้อมูลส่วนตัว</a></p>
<p id="list"><a href="member.php?p=order">รายการสั่งซื้อ</a></p>
<p id="list"><a href="payment.php">แจ้งชำระเงิน</a></p>
<p id="list"><a href="logout.php">ออกจากระบบ</a></p>
<?php
}
}else{
?>
<p id="list"><a href="agent-member.php?p=edit">แก้ไขข้อมูลส่วนตัว</a></p>
<p id="list"><a href="agent-member.php?p=order">สรุปยอดขาย</a></p>
<p id="list"><a href="agent-member.php?p=com">รายการเงินปันผล</a></p>
<p id="list"><a href="agent-member.php?p=product">รายการสินค้าในร้านค้า</a></p>
<p id="list"><a href="logout.php">ออกจากระบบ</a></p>
<?php
}
?>
</div>
<div id="bar-icon1"></div>
<div id="box-category">
<ul>
<?php
$qrCL=mysql_query("select * from tb_category_new Order By id_category ASC");
while($reCL=mysql_fetch_assoc($qrCL)){
?>
<li>
<a href="<?php echo ULink(html($reCL['category']))."-c".(int)$reCL['id_category'].".html";?>" title="<?php echo html($reCL['category']);?>"><div style="padding-bottom:7px"></div><?echo((int)$reCL['id_category'])?><img src="images/icons_category2/<?=$reCL['icon']?>" width="200" height="79" border="0" align="absbottom" /></a>
</li>
<?php
}
?>
</ul>
</div>
<script>
function myFunction() {
window.open("../register.php","_parent");
return false;
}
</script>
<!---blck-Wait---
<div>
<?/*
$sql_cate=mysql_query("select * from category Order By id_category ASC");
if(mysql_num_rows($sql_cate)!=0){
while($re_cate=mysql_fetch_array($sql_cate)){
$strcate=str_replace("/","-",stripslashes($re_cate[category]));
$strcate1=str_replace(":","-",$strcate);
$strcate2=str_replace("||","-",$strcate1);
$strcate3=str_replace("!","-",$strcate2);
$strcate4=str_replace("&&","-",$strcate3);
$strcate5=str_replace("$","-",$strcate4);
$strcate6=str_replace('"',"'",$strcate5);
$strcate7=str_replace(" ","-",$strcate6);
?>
<div>
<a href="<?php echo ULink(html($re_cate['category']))."-c".(int)$re_cate['id_category'].".html";?>" ><div style="padding-bottom:7px"></div><img src="images/icons_category2/<?=$re_cate[icon]?>" width="200" height="79" border="0" align="absbottom" /></a></div>
<?
}
}else{
?>
<div style="text-align:center;" class="comment">ยังไม่พบข้อมูล</div>
<?
}
*/?>
</div>
-->
<div>
<?php
$row4=mysql_fetch_assoc(mysql_query("select * from tb_pagedata where id=4"));
?>
<div><?php echo strip($row4['message']);?></div>
</div>
</div>
หน้าที่ต้อง GET ค่าเพื่อแสดง
<?php
$id_category=(int)$_GET['id_category'];
echo($id_category);
include_once('conf/include_file.php');
$row_category=mysql_fetch_assoc(mysql_query("select * from tb_category_new where id_category=$id_category"));
/*if(!$row_category['id_category']){
header("location:./.");exit();
}*/
?>
<!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=utf-8" />
<title><?php echo strip($row_category['category']);?></title>
<meta name="description" content="<?php echo strip($row_category['category']);?>" />
<meta name="keywords" content="<?php echo strip($row_category['category']);?>" />
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" href="stickcss/css/normalize.css">
<link rel="stylesheet" href="stickcss/css/main.css">
<link rel="stylesheet" href="stickcss/css/headhesive.css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700" rel="stylesheet" type='text/css'>
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<?php
include_once('inc_mate.php');
?>
</head>
<body>
<?php
include_once('inc_head.php');
?>
<div id="wrap">
<div id="box-content">
<?php
include_once('inc_left.php');
?>
<div id="box-right">
<?php
include_once('inc_slide.php');
?>
<!-------------- All Item ------------------>
<div id="box-item">
<div class="link13">
<a href="./.">หน้าแรก</a> <img src="images/icons/arrow.png" align="absmiddle" />
<strong><?php echo strip($row_category['category']);?></strong>
</div>
<div id="bar-line"></div>
<?php
if($row_category['message']!='' || $row_category['message']!='<br />'){
?>
<div style="margin:10px 0 0 0;"><?php echo tags_body(strip($row_category['message']));?></div>
<?php
}
?>
</div>
</div>
<div class="both"></div>
</div>
<?php
include_once('inc_footer.php');
?>
</div>
</body>
</html>
ถ้าสังเกตุได้ว่าผมทำ echo ขึ้นมาดูค่าของมัน วงแดงๆ 2 วงด้านล่างนั้นคือ ส่งค่า ส่วน วงแดงด้านบน คือต้อง GET ค่าเพื่อรับ แต่ดันเป็น 0 ซะงั้น
วานช่วยทีครับผม
Tag : PHP, MySQL, jQuery, CakePHP, JAVA
|
|
|
|
|
|
Date :
2014-12-16 10:37:13 |
By :
The_Colosseum |
View :
692 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เท่าที่ดูจาก code นะครับ ผมไม่แน่ใจว่า ที่คุณจะส่งค่า GET นั้น จะให้ส่งจาก form หรือ จาก javascript หรือจาก tag <a> นะครับ
ถ้าเป็น form ก็เปลี่ยนจาก method="POST" เป็น method="GET"
ถ้าเป็น javascript หรือ tag <a> ก็ส่งค่าต่อไปได้เลยครับ เช่น test.html?id_category=xxx
|
|
|
|
|
Date :
2014-12-16 11:01:40 |
By :
Pangpondpuen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มัน echo ออกมายังไง ให้มาแบบนี้จะรู้ป่าว หว่า
Code (PHP)
<?php echo ULink(html($re_cate['category']))."-c".(int)$re_cate['id_category'].".html";?>
|
|
|
|
|
Date :
2014-12-16 11:57:14 |
By :
gaowteen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วนะครับ ขอบคุณที่แนะแนวทาง ครับ
|
|
|
|
|
Date :
2014-12-16 12:04:07 |
By :
The_Colosseum |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|