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,027

HOME > PHP > PHP SQL Server > PHP SQL Server Search Record (mssql)



Clound SSD Virtual Server

PHP SQL Server Search Record (mssql)

PHP SQL Server Search Record (mssql) ตัวอย่างนี้จะเป็นการเขียนโปรแกรม PHP กับ SQL Server เพื่อค้นหาข้อมูลจาก Table

ตัวอย่าง

phpSQLServerSearchRecord.php

<html>
<head>
<title>ThaiCreate.Com PHP & SQL Server Tutorial</title>
</head>
<body>
<form name="frmSearch" method="get" action="<?php echo $_SERVER['SCRIPT_NAME'];?>">
  <table width="599" border="1">
    <tr>
      <th>Keyword
      <input name="txtKeyword" type="text" id="txtKeyword" value="<?php echo $_GET["txtKeyword"];?>">
      <input type="submit" value="Search"></th>
    </tr>
  </table>
</form>
<?php
if($_GET["txtKeyword"] != "")
	{
	$objConnect = mssql_connect("localhost","sa","") or die("Error Connect to Database");
	$objDB = mssql_select_db("mydatabase");
	// Search By Name or Email
	$strSQL = "SELECT  * FROM customer  WHERE (Name LIKE '%".$_GET["txtKeyword"]."%' or Email LIKE '%".$_GET["txtKeyword"]."%' )  ";
	$objQuery = mssql_query($strSQL) or die ("Error Query [".$strSQL."]");
	?>
	<table width="600" border="1">
	  <tr>
		<th width="91"> <div align="center">CustomerID </div></th>
		<th width="98"> <div align="center">Name </div></th>
		<th width="198"> <div align="center">Email </div></th>
		<th width="97"> <div align="center">CountryCode </div></th>
		<th width="59"> <div align="center">Budget </div></th>
		<th width="71"> <div align="center">Used </div></th>
	  </tr>
	<?php
	while($objResult = mssql_fetch_array($objQuery))
	{
	?>
	  <tr>
		<td><div align="center"><?php echo $objResult["CustomerID"];?></div></td>
		<td><?php echo $objResult["Name"];?></td>
		<td><?php echo $objResult["Email"];?></td>
		<td><div align="center"><?php echo $objResult["CountryCode"];?></div></td>
		<td align="right"><?php echo $objResult["Budget"];?></td>
		<td align="right"><?php echo $objResult["Used"];?></td>
	  </tr>
	<?php
	}
	?>
	</table>
	<?php
	mssql_close($objConnect);
}
?>
</body>
</html>

Screenshot

PHP & SQL Server








SQL Server 2005


SQL Server 2008



Note! สำหรับ function ของ mssql
เนื่องจาก function ของ mssql จะถูก deprecated ใน version 5.3.x เป็นต้นไป ฉะนั้นแนะนำให้เปลี่ยนไปใช้ function ของ sqlsrv และ PDO(sqlsrv)
อ่านเพิ่มเติม :
PHP SQL Server Database (sqlsrv)
PHP SQL Server Database (PDO)



Reference : https://www.thaicreate.com/php-manual/ref.mssql.html


   
Share


ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท


ลองใช้ค้นหาข้อมูล


   


Bookmark.   
       
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rating :  
  Create/Update Date : 2008-08-10 02:57:18 / 2017-03-14 16:18:27
  Download : Download  PHP SQL Server Search Record (mssql)
 Sponsored Links / Related

 
PHP SQL Server Connect to Database (mssql)
Rating :

 
PHP SQL Server Connect to Database (ODBC)
Rating :

 
PHP SQL Server List Table Properties (mssql)
Rating :

 
PHP SQL Server List Record (mssql)
Rating :

 
PHP SQL Server Random Record (mssql)
Rating :

 
PHP SQL Server List Record Paging/Pagination (mssql)
Rating :

 
PHP SQL Server Search Record Paging/Pagination (mssql)
Rating :

 
PHP SQL Server Multiple Column (mssql)
Rating :

 
PHP SQL Server Multiple Column and Paging/Pagination (mssql)
Rating :

 
PHP SQL Server Add/Insert Record (mssql)
Rating :

 
PHP SQL Server Check Already Exists Add/Insert Record (mssql)
Rating :

 
PHP SQL Server Edit/Update Record (mssql)
Rating :

 
PHP SQL Server Delete Record (mssql)
Rating :

 
PHP SQL Server Multiple Checkbox Delete Record (mssql)
Rating :

 
PHP SQL Server Transaction (BEGIN TRAN,COMMIT,ROLLBACK) (mssql)
Rating :

 
PHP SQL Server Used Require Function (mssql)
Rating :

 
PHP SQL Server Used Function Database Query (mssql)
Rating :

 
PHP SQL Server Database Class (mssql)
Rating :


ThaiCreate.Com Forum


Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools

สอน PHP ผ่าน Youtube ฟรี
สอน Android การเขียนโปรแกรม Android
สอน Windows Phone การเขียนโปรแกรม Windows Phone 7 และ 8
สอน iOS การเขียนโปรแกรม iPhone, iPad
สอน Java การเขียนโปรแกรม ภาษา Java
สอน Java GUI การเขียนโปรแกรม ภาษา Java GUI
สอน JSP การเขียนโปรแกรม ภาษา Java
สอน jQuery การเขียนโปรแกรม ภาษา jQuery
สอน .Net การเขียนโปรแกรม ภาษา .Net
Free Tutorial
สอน Google Maps Api
สอน Windows Service
สอน Entity Framework
สอน Android
สอน Java เขียน Java
Java GUI Swing
สอน JSP (Web App)
iOS (iPhone,iPad)
Windows Phone
Windows Azure
Windows Store
Laravel Framework
Yii PHP Framework
สอน jQuery
สอน jQuery กับ Ajax
สอน PHP OOP (Vdo)
Ajax Tutorials
SQL Tutorials
สอน SQL (Part 2)
JavaScript Tutorial
Javascript Tips
VBScript Tutorial
VBScript Validation
Microsoft Access
MySQL Tutorials
-- Stored Procedure
MariaDB Database
SQL Server Tutorial
SQL Server 2005
SQL Server 2008
SQL Server 2012
-- Stored Procedure
Oracle Database
-- Stored Procedure
SVN (Subversion)
แนวทางการทำ SEO
ปรับแต่งเว็บให้โหลดเร็ว


Hit Link
   







Load balance : Server 00
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 อัตราราคา คลิกที่นี่