|
|
|
อยากรู้โค้ดการแนบไฟล์อย่างละเอียด โค้ดเกี่ยวกับการแนบไฟล์อย่างละเอียด ช่วยหน่อยค่ะ คิดไม่ออกแล้ว |
|
|
|
|
|
|
|
ไม่เข้าใจตรงไหนเหรอครับ
|
|
|
|
|
Date :
1 มี.ค. 2548 14:23:29 |
By :
@W_IN |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มีโค๊ดอยู่ค่ะ แต่ไม่รู้จะเขียนเพิ่มยังไงในส่วนของการแอดข้อมุลกับฟิลที่เป้นการแนบไฟลืค่ะ พอดีทำงานในหน้าที่ไม่ได้ค่ะก็เลยต้องหัดไปทำไปค่ะช่วยทีนะคะ
<?
@session_start();
header ('Content-type: text/html; charset=utf-8');
?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?php
// every page needs to start with these basic things
// I'm using a separate config file. so pull in those values
require("config.inc.php");
// pull in the file with the database class
require("database.class.php");
//require("web_function.php");
// create the $db ojbect
$db = new Database($config['server'], $config['user'], $config['pass'], $config['database'], $config['tablePrefix']);
// connect to the server
$db->connect();
#####
$data2['user'] = $user;
$data2['name'] = $name;
$data2['officeid'] = $officeid;
$data2['advisorid'] = $advisorid;
$data2['position'] = $position;
$data2['startdate'] = $startdate;
$data2['address'] = $address;
$data2['homephone'] = $homephone;
$data2['mobilephone'] = $mobilephone;
$data2['email'] = $email;
$data2['personalweb'] = $personalweb;
$data2['jobdesc'] = $jobdesc;
$data2['photo'] = $photo;
$db->query_insert("staff", $data2);
echo "<meta http-equiv='refresh' content='0; url=personal.php'>" ;
// and you're done, remember to close connection
$db->close();
?>
ตรงไฟล์ jobdesc กับ photo ค่ะ จะเขียนเพิ่มลงไปยังไงคะ
|
|
|
|
|
Date :
2009-10-28 13:33:37 |
By :
นก |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|