PHP Connect Database.

Slides:



Advertisements
งานนำเสนอที่คล้ายกัน
สถาปัตยกรรมเทียร์ TIER ARCHITECTURE.
Advertisements

UPDATING DATA By SQL (SA&D-9)
บทที่ 4 PHP with Database
เสรี ชิโนดม MS SQLServer 7 เสรี ชิโนดม
กลุ่มคำสั่ง SQL สามารถแบ่งได้ดังนี้
Penetration Testing – A Case Study of Khon Kaen University Networks
Chapter IV : สร้างการติดต่อ
Chapter VII : การแก้ไขข้อมูล
CS Assembly Language Programming Period 35.
Web Database Business Database.
ASP [#15] การใช้งาน ASP กับ Mysql ผ่าน ODBC การทำสมุดเยี่ยม Guestbook
ASP [ # 11 ] เตรียมความพร้อมก่อนติดต่อกับ Ms Access
Database to Ontology Mapping & Semantic Search System Tutorial
MySQL.
การเชื่อมต่อกับฐานข้อมูล
Stored Procedure.
การเชื่อมต่อฐานข้อมูลด้วย PHP
– Web Programming and Web Database
Php with Database Professional Home Page :PHP
Chapter 8 : การควบคุมความปลอดภัย (Security Control)
แก้ไขข้อมูลที่ไม่สามารถกรอกเป็นภาษาไทยได้
Database Programming Exceed Camp #2 24 October 2005.
PHP Cookies / Session.
1.  สร้าง datasource ติดต่อกับตาราง UserPic เพื่อเลือก username และ รูปภาพขึ้นมาแสดงผล โดยให้ ค่าพารามิเตอร์ username มาจาก Session "SELECT * FROM [UserPic]
การเชื่อมต่อฐานข้อมูล โดยใช้คอนโทรล SQLDataSource
MySQL Case study about MySQL On XAMPP server Update : August 23,2012
คือระบบที่รวบรวมข้อมูลไว้ในที่เดียวกัน ซึ่ง ประกอบไปด้วยแฟ้มข้อมูล (File) ระเบียน (Record) และ เขตข้อมูล (Field) และถูกจัดการด้วยระบบ เดียวกัน โปรแกรมคอมพิวเตอร์จะเข้าไปดึงข้อมูล.
PHP:Hypertext Preprocessor
การติดต่อกับฐานข้อมูล(MySQL)
การจัดการข้อมูลกับฐานข้อมูล [ การแก้ไขข้อมูล ] Teerapong Sangraksawong.
Chapter V : แสดงรายการจากฐานข้อมูล
CSAG (Computer system admin group). CMS (Content Management System)
Software Engineering Project Presentation
IP Address / Internet Address
SQL Structured Query Language.
การสร้างและใช้งานฟังก์ชั่น
PHP & MySQL ระบบจัดการสินค้า
การเขียนโปรแกรม PHP เชื่อมต่อกับ MySQL
การใช้ PHP ติดต่อฐานข้อมูลMySQL
การใช้ PHP ติดต่อฐานข้อมูลผ่าน ODBC
การใช้งานระบบจัดการฐานข้อมูล Mysql ผ่าน phpmyadmin
Chapter 10 Session & Cookie.
CHAPTER 12 SQL.
Introduction to PHP, MySQL – Special Problem (Database)
ASP เตรียมความพร้อมก่อนติดต่อกับ Ms Access การนำข้อมูลจากตารางมาแสดง
SQL Structured Query Language.
 Mr.Nitirat Tanthavech.  HTML forms are used to pass data to a server.  A form can contain input elements like text fields, checkboxes, radio-buttons,
PHP with MySQL.
การติดตั้งโปรแกรมคัดกรองความเสี่ยงสุขภาพวัยรุ่น
การเขียนโปรแกรมบนเว็บ PHP กับ MySQL
การใช้ PHP ติดต่อฐานข้อมูล
Introduction to SQL (MySQL) – Special Problem (Database)
CHAPTER 14 Database Management
ASP.NET Uthai ShiangJan Information and Communication Technology.
JSP ติดต่อฐานข้อมูล.
สำนักวิชาเทคโนโลยีสารสนเทศและการสื่อสาร มหาวิทยาลัยนเรศวร พะเยา
ประชุมเชิงปฏิบัติการพัฒนาชุดคำสั่งประมวลผลข้อมูล
ประเภทของคำสั่งของภาษา SQL
SQL Structured Query Language.
SQL (Structured Query Language)
การติดต่อฐานข้อมูลและการแสดงผล
คำสั่งเงื่อนไขและการใช้คำสั่งจัดการฐานข้อมูล
การติดต่อฐานข้อมูลและการแสดงผล
SQL – Web Programming and Web Database
การเปิดชั้นข้อมูล ศูนย์เทคโนโลยีสารสนเทศและการสื่อสาร.
การติดต่อฐานข้อมูลและการแสดงผล
การประชุม โครงการบูรณาการข้อมูลกลาง มหาวิทยาลัยขอนแก่น ครั้งที่ 19
พระพุทธศาสนา.
ประกาศกรมสวัสดิการและคุ้มครองแรงงาน เรื่อง กำหนดแบบและวิธีการรายงานผลการฝึกซ้อมดับเพลิงและฝึกซ้อมอพยพหนีไฟทางสื่ออิเล็กทรอนิกส์ วันที่ประกาศในราชกิจจานุเบกษา
Injection.
ใบสำเนางานนำเสนอ:

PHP Connect Database

การเปิดการติดต่อกับฐานข้อมูล Mysql mysql_connect(Servername,Username,Password); Servername ชื่อ Server หรือ IP Address Username ชื่อบัญชี Password รหัสผ่าน

die(“ไม่สามารถติดต่อฐานข้อมูลได้”); ตัวอย่าง $host = “localhost”; $user = “root”; $pass = “123456”; $con = mysql_connect($host,$user,$pass); if(!$con) die(“ไม่สามารถติดต่อฐานข้อมูลได้”);

การเลือกฐานข้อมูลใช้งาน mysql_select_db(DataBaseName, Connection); DataBaseName ชื่อฐานข้อมูล Connection ตัวแปรใช้สำหรับรับค่า Connection

ตัวอย่าง mysql_select_db(DataBaseName, Connection); $dbname = “test”; mysql_select_db($dbname,$con) or die(“ไม่สามารถเลือกใช้งาน”.$dbname. “ได้”);

การปิดการติดต่อกับฐานข้อมูล Mysql mysql_close(Connection); Connection ตัวแปรที่เก็บค่า Connection ไว้ ตัวอย่าง mysql_close($con);

Add/ Edit / Delete / Search Data From Database PHP Add/ Edit / Delete / Search Data From Database

SQL Create Select Insert Update Delete

Function mysql_query(SQLCode,Connection); Query ข้อมูล mysql_fetch_array(Data); ดึงข้อมูลออกมาในรูปแบบ Array mysql_num_rows(Data); นับจำนวนสมาชิก mysql_error(Connection); แสดงข้อผิดพลาด mysql_close(Connection); ปิดการติดต่อฐานข้อมูล

mysql_query(); mysql_query(SQLCode,Connection); $sql = “select * from Province”; $result = mysql_query($sql,$con);

Select Data die(“ไม่สามารถติดต่อฐานข้อมูลได้”); $con = mysql_connect(“localhost”, “root”, “1234”); if(!$con) die(“ไม่สามารถติดต่อฐานข้อมูลได้”); mysql_select_db(“Customer”, $con); $sql = “select * from customer”; $result = mysql_query($sql,$con); while($rs=mysql_fetch_array($result)){ echo $rs["customer_name"] . “<br>”; } mysql_close($con);

insert if(isset($_POST[“custname”])){ $customer_name = $_POST[“custname”]; $sql=“insert into customer(customer_name) value(‘“.$customer_name.”’)”; mysql_query($sql,$con) or die(“ไม่สามารถเพิ่มข้อมูลได้<br>”.mysql_error()); }

update if(isset($_GET[“id”]) && isset($_POST[“custname”])){ $customer_name = $_POST[“custname”]; $sql=“update customer set customer_name=‘“.$customer_name.”’ where customer_id = ‘“.$_GET[“id”].”’”; mysql_query($sql,$con) or die(“ไม่สามารถแก้ไขข้อมูลได้<br>”.mysql_error()); }

Delete if(isset($_GET[“id”])){ $sql=“delete from customer where customer_id = ‘“.$_GET[“id”].”’”; mysql_query($sql,$con) or die(“ไม่สามารถลบข้อมูลได้<br>”.mysql_error()); }