เว็บบอร์ดภายในศาลจังหวัดสงขลา นะจ๊ะ (-_-)

ทั่วไป => แจก โปรแกรม ! => ข้อความที่เริ่มโดย: พนักงานราชการ ที่ 22/02/13

หัวข้อ: โปรแกรม กรอกข้อมูล คอมพิวเตอร์ ลง ฐานข้อมูล
เริ่มหัวข้อโดย: พนักงานราชการ ที่ 22/02/13
โปรแกรม กรอกข้อมูล คอมพิวเตอร์ ลง ฐานข้อมูล

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

Link download..

http://songkhla.dyndns.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);  //ฐานข้อมูล
---------------------