Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > PHP > PHP Forum > ทํายังไงไม่ไห้ sessionไปยุ่งเกี่ยวกับ session อื่น--



 

ทํายังไงไม่ไห้ sessionไปยุ่งเกี่ยวกับ session อื่น--

 



Topic : 054919

Guest




Code (PHP)
<?php
session_start();
?>	

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Name       : Spontaneous 
Description: A two-column, fixed-width design for 1024x768 screen resolutions.
Version    : 1.0
Released   : 20090623

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Spontaneous  by Free CSS Templates</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
	<div id="logo">
		<h1><marquee behavior="alternate"width="100px" height="50px">KUEIS</marquee></h1>

	  <h3><em> <a href="http://www.manager.co.th/home/"> Kasetsart University Express Information service </a></em></h3>
	</div>
	<hr />
	<!-- end #logo -->
	<div id="header">
		<div id="menu">
			<ul>

				<li><a href="#" class="first">Home</a></li>
				<li class="current_page_item"><a href="#">Push</a></li>
				<li><a href="#">Log</a></li>
				<li><a href="#">About</a></li>
				<li><a href="#">Contact</a></li>
				<li><a href="testRegister.php">Register</a></li>

		  </ul>
		</div>
		<!-- end #menu -->
		<div id="search">
			<form method="get" action="">
				<fieldset>
				<input type="text" name="s" id="search-text" size="15" />
				<input type="submit" id="search-submit" value="GO" />
				</fieldset>

			</form>
		</div>
		<!-- end #search -->
	</div>
	<!-- end #header -->
	<!-- end #header-wrapper -->
	<div id="page">
	<div id="page-bgtop">
		<div id="content">

			<div class="post">
				<h2 class="title"><a href="#">Welcome to KUEIS</a></h2>
			  <p class="meta">Sunday, January 23, 2011 7:27 AM Posted by <a href="#">Animalsoft</a></p>
		  <div class="entry">
					<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is <strong><a href="#">KU Express Information Service (KUEIS) </a></strong>, For  Kasetsart university students to have fast and easy access to informations and news,  Kasetsart university students can check various activities and they can  register to the activity that they are interested in, another interesting thing  is that there is a map for showing where the activities are taking place,  in which the freshmen (first year students) can trace their ways to the  activities holding place :)</p>
			  </div>

		  </div>
			<div class="post">
				<h2 class="title"><a href="#">Rationale</a></h2>
				<p class="meta">Sunday, January 23, 2011 7:27 AM Posted by <a href="#">Animalsoft</a></p>
				<div class="entry">
					<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Nowadays mobile phones are widely used among people and that's why we are implementing this application to help students follow the news, grade, activities and many other things through the use of mobile phones.</p>
                    <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Easy and fast access to informations and news of the Kasetsart university.Another way of communicating between teachers and students which is very convenient and effective. </p>

                    <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.ku.ac.th/newdesign/">Kasetsart  university</a> teachers can send news to their course students in a more easy way  through the use of mobile phones for example:- Teachers want to notice their  students that there won't be a class in the next following weeks , they can  notify their students through mobile phones immediately.</p>
                    <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For those students who want to get the news about their grade, activities .etc is very convenient to use this application.</p>
				</div>
			</div>
			<div class="post">
				<h2 class="title"><a href="#">Expected results</a></h2>

				<p class="meta">Sunday, January 23, 2011 7:27 AM Posted by <a href="#">Animalsoft</a></p>
				<div class="entry">
				  <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kasetsart university students can receive appropriate news from the university. Teachers can notify their course students about the incoming news such as "there won't be a class in the upcoming week" or can notify about homework stuffs etc. </p>
			  </div>
			</div>
		</div>
		<!-- end #content -->

		<div id="sidebar">
			<ul>
				<li>
					<h2><marquee behavior="alternate"width="30px">Login</marquee></h2>
					 <?php
		  			if($_SESSION['logged_in']!=1){
		   			?>
				    <form id="form1" method="GET" action="testLogin.php">
				      <p>Username:
				        <label>
				        <input type="text" name="usr" id="userTextBox" />
				        </label>

			          </p>
                      <p>Password:
				        <label>
				        <input type="password" name="pwd" id="passwordTextBox" />
				        </label>
                      </p>
                      <p>
                         <input type="submit" name="button" id="submitButton" value="Submit" />
                      </p>

                  </form>
                  </li>
                   <?php
		  }
		  if($_SESSION['logged_in']==1){
			  echo "WELCOME".":"."\t"."&nbsp;"."$_SESSION[username]"."<br>"."<br>".'<a href="#"></a><a href="testLogout.php">Log out?</a>';
		  }
          ?>
			  <li></li>
		  </ul>
	  </div>
    <!-- end #sidebar -->
		<div style="clear: both;">&nbsp;</div>
	</div>
	</div>

	<!-- end #page -->
	<div id="footer-bgcontent">
	<div id="footer">
		<p>Copyright (c) 2011 Kueis.  Design by <a href="http://www.google.com/">Animalsoft</a></p>
	</div>
	</div>
	<!-- end #footer -->
</div>

</body>
</html>



พอกดไปก็ไช้ได้นะครับ เเต่พอลิ้งไปหน้าอื่นเเล้วกรอกข้อมูล มันดันกลับมาหน้าหลักมีวิธีเเก้ไหมครับ



Tag : PHP







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2011-01-23 01:17:53 By : charoenvit View : 1244 Reply : 2
 

 

No. 1

Guest


Code (PHP)
<?php
session_start();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Name       : Spontaneous 
Description: A two-column, fixed-width design for 1024x768 screen resolutions.
Version    : 1.0
Released   : 20090623

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Spontaneous  by Free CSS Templates</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
  <div id="logo">
    <h1>

      <marquee behavior="alternate"width="100px" height="50px">
      KUEIS
      </marquee>
    </h1>
    <h3><em> <a href="http://www.manager.co.th/home/"> Kasetsart University Express Information service </a></em></h3>
  </div>
  <hr />
  <!-- end #logo -->

  <div id="header">
    <div id="menu">
      <ul>
        <li><a href="index.html" class="first">Home</a></li>
        <li class="current_page_item"><a href="#">Push</a></li>
        <li><a href="#">Log</a></li>
        <li><a href="#">About</a></li>

        <li><a href="#">Download</a></li>
        <li><a href="Register">Register</a></li>
      </ul>
    </div>
    <!-- end #menu -->
    <div id="search">
      <form method="get" action="testAddRegister.php">
        <fieldset>

        <input type="text" name="s" id="search-text" size="15" />
        <input type="submit" id="search-submit" value="GO" />
        </fieldset>
      </form>
    </div>
    <!-- end #search -->
  </div>
  <!-- end #header -->
  <!-- end #header-wrapper -->

  <div id="page">
    <div id="page-bgtop">
    <form id="form1" method="GET" action="testLogin.php">
      <div id="content2">
        <div class="post">
          <h2 class="title"><a href="#">Register</a></h2>
          <p class="meta"><marquee behavior="alternate"width="258px"height="20px"scrollamount="1">Please enter your information then press submit button </marquee> Posted by <a href="#">Animalsoft</a></p>
          <?php
		  if($_SESSION['check']!=1){
          ?>
          <div class="entry">
            <div id="regisFullFill"></div>
          <div id="regisFullFill">
            <div id="regisTextUserName">Username:</div>
            <div id="regisEdittextUserName">
              <label>
              <input type="text" name="usr" id="regisUserNameTextBox" />
              </label>

            </div>
            </div>
            <div id="regisFullFill">
            <div id="regisTextUserName">Password:</div>
            <div id="regisEdittextUserName">
              <label>
              <input type="password" name="pwd" id="regisUserNameTextBox" />
			  <?php
              	if($_SESSION['password'] != $_SESSION['re_password'])
				echo "Password do not match";
			  ?>
              </label>

            </div>
            </div>
            <div id="regisFullFill">
            <div id="regisTextUserName">Re-enter Password:</div>
            <div id="regisEdittextUserName">
              <label>
              <input type="password" name="pwd2" id="regisUserNameTextBox" />
              </label>

            </div>
            </div>
            <div id="regisFullFill">
            <div id="regisTextUserName">Citizen ID:</div>
            <div id="regisEdittextUserName">
              <label>
              <input type="text" name="citizenID" id="regisUserNameTextBox" />
              </label>

            </div>
            </div>
            <div id="regisFullFill">
            <div id="regisSubmitButtont">
              <label>
              <input type="submit" name="button" id="regisSubmitButton" value="Submit" />
              </label>
            </div>
            </div>

            
      </div>
      <?php
		  }
		  if($_SESSION['check']!=1){
			   echo "Citizen ID doesn't exist";
		  }
	  ?>
        </div>
      </div>
      </form>
      <!-- end #content --><!-- end #sidebar -->
      <div style="clear: both;">&nbsp;</div>
    </div>
  </div>
  <!-- end #page -->
  <div id="footer-bgcontent">

    <div id="footer">
      <p>Copyright (c) 2011 Kueis.  Design by <a href="http://www.google.com/">Animalsoft</a></p>
    </div>
  </div>
  <!-- end #footer -->
</div>
</body>
</html>




พอกดregister มันดันกลับไปหน้าหลักซะงั้น T_T






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-01-23 01:18:31 By : charoenvit
 


 

No. 2



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Facebook

ตั้งชื่อตัวแปรไม่ซ้ำกัน มันก็ไม่ชนกันอยู่แล้วน่ะครับ


Go to : PHP Session ($_SESSION,$HTTP_SESSION_VARS)
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-01-24 15:03:58 By : webmaster
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ทํายังไงไม่ไห้ sessionไปยุ่งเกี่ยวกับ session อื่น--
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 02
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่