ตอบ

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
ชื่อ:
อีเมล์:
หัวข้อ:
ไอค่อนข้อความ:

กันการสแปม
คำว่า "การท่องเที่ยว" มีตัว "ท" อยู่ทั้งหมดกี่ตัว (ตอบเป็นตัวเลข)


shortcuts: กด alt+s เพื่อตั้งกระทู้ หรือ alt+p แสดงตัวอย่าง


สรุปหัวข้อ

ข้อความโดย: พนักงานราชการ
« เมื่อ: 22/02/13 »

โปรแกรม กรอกข้อมูล คอมพิวเตอร์ ลง ฐานข้อมูล

ใช้ กับ ฐาน   ... db_equipment

Link download..

http://songkhla.myftp.org/webboard/index.php?action=dlattach;topic=548.0;attach=471

เป็น code php  นะครับ ..


การกำหนดค่า connect DB

  เปิด file     ewcfg9.php

บรรทัดที่ 44-47
// Database connection info
define("EW_CONN_HOST", 'localhost', TRUE);
define("EW_CONN_PORT", 3306, TRUE);
define("EW_CONN_USER", 'root', TRUE);  //ชื่อติดต่อฐานข้อมูล
define("EW_CONN_PASS", '', TRUE);  //รหัสผ่าน
define("EW_CONN_DB", 'db_equ_jor9', TRUE);  //ฐานข้อมูล
---------------------