| Server IP : 61.19.30.66 / Your IP : 216.73.216.59 Web Server : Apache/2.2.22 (Ubuntu) System : Linux klw 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 17:39:31 UTC 2014 x86_64 User : www-data ( 33) PHP Version : 5.3.10-1ubuntu3.48 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /var/www/gpa/book/journal/ |
Upload File : |
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>เklws UPLOAD FILE</title>
</head>
<body>
<?php
//1. เชื่อมต่อ database:
include('connectdb.php'); //ไฟล์เชื่อมต่อกับ database ที่เราได้สร้างไว้ก่อนหน้าน
include('head.php'); //ไฟล์เชื่อมต่อกับ database ที่เราได้สร้างไว้ก่อนหน้าน
include('confiteacher.inc.php'); //ไฟล์เชื่อมต่อกับ database ที่เราได้สร้างไว้ก่อนหน้าน
$teach=$objResult["teachcode"];
$grupsara=$objResult["grupsara"];
include('v.php'); //ไฟล์เชื่อมต่อกับ database ที่เราได้สร้างไว้ก่อนหน้าน
//2. query ข้อมูลจากตาราง:
//$query = "SELECT * FROM uploadfile where upteach='$teach' and reportup='$_GET[id]' ORDER BY fileID desc" or die("Error:" . mysqli_error());
//3. execute the query.
$result = mysqli_query($con, $query);
//4 . แสดงข้อมูลที่ query ออกมา:
//ใช้ตารางในการจัดข้อมูล
//5. close connection
mysqli_close($con);
?>
<br/>
<form action="add_file_db.php" method="post" enctype="multipart/form-data" name="upfile" id="upfile">
<p> </p>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="40" colspan="2" align="center" bgcolor="#D6D6D6"> Upload File</td>
</tr>
<tr>
<td width="126" bgcolor="#EDEDED"> </td>
<td width="574" bgcolor="#EDEDED"> </td>
</tr>
<tr>
<td align="center" bgcolor="#EDEDED">File Browser</td>
<td bgcolor="#EDEDED"><label>
<input type="file" name="fileupload" id="fileupload" />
</label></td>
</tr>
<tr>
<td bgcolor="#EDEDED"></td>
<td bgcolor="#EDEDED"> <input name=subjectup id=subjectup type=text class="input" size=100 maxlength ="100" required="required">news</td>
</tr>
<tr>
<td bgcolor="#EDEDED"> </td>
<td bgcolor="#EDEDED"><input type="submit" name="button" id="button" value="Upload" /></td>
</tr>
<tr>
<td bgcolor="#EDEDED"> </td>
<td bgcolor="#EDEDED"> </td>
</tr>
</table>
<p> </p>
</form>
</body>
</html>