|
|
|
ถามบ่อยหน่อยนะครับ ช่วยรบกวนดูให้ทีติดตรงไหนรูปถึงไม่โชว์ |
|
|
|
|
|
|
|
ฟอร์มกรอกข้อมูลตามนี้ครับ
Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
body {
background-image: url(images/floral.jpg);
margin-top: 0px;
margin-bottom: 0px;
background-color: #FFF;
}
body,td,th {
font-family: AngsanaUPC;
color: #003;
}
#form1 table tr td strong {
color: #8000FF;
}
</style>
</head>
<body>
<form name="form1" method="post" action="addsavedriver.php" enctype="multipart/form-data">
<table width="1098" border="1" align="center">
<tr>
<td width="1088"><img src="images/head.jpg" width="1090" height="170" /></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td bgcolor="#FFFF0F"><form id="form1" name="form1" method="post" action="">
<table width="1094" border="0">
<tr>
<td width="92"> </td>
<td width="129">หมายเลขประจำตัวทหาร :</td>
<td width="202"><div align="left"><input type="text" name="txtidarmy" size="15"></td>
<td width="414"> </td>
<td width="223"> </td>
</tr>
<tr>
<td> </td>
<td align="right">ยศ :
<input type="text" name="txtrank" size="8">
ชื่อ :</td>
<td><input type="text" name="txtfirstname" size="20">
นามสกุล :<br></td>
<td><input type="text" name="txtlastname" size="20"></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">เงินเดือน :</td>
<td><input type="text" name="txtsalary"><br></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">ที่อยู่ :</td>
<td colspan="2"><input type="text" name="txtaddress"><br></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right">เบอร์โทรศัพท์ :</td>
<td><input type="text" name="txttel"><br></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="5"> </td>
</tr>
<tr>
<td colspan="5" align="center">รูปพลขับ : <input type="file" name="filUpload"><br>
<input name="btnSubmit" type="submit" value="Submit"></td>
</tr>
</table>
</form></td>
</tr>
<tr>
<td><img src="images/foot.jpg" width="1092" height="85" /></td>
</tr>
</table>
</body>
</html>
เข้าหน้าเพจเซฟข้อมูล
Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
body {
background-image: url(images/floral.jpg);
margin-top: 0px;
margin-bottom: 0px;
background-color: #FFF;
}
body,td,th {
font-family: AngsanaUPC;
color: #003;
}
#form1 table tr td strong {
color: #8000FF;
}
</style>
</head>
<body>
<table width="1100" border="1" align="center">
<tr>
<td><img src="images/head.jpg" width="1090" height="170" /></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<?
if($_FILES["filUpload"]["name"] != "")
{
//*** Read file BINARY ***'
$fp = fopen($_FILES["filUpload"]["tmp_name"],"r");
$ReadBinary = fread($fp,filesize($_FILES["filUpload"]["tmp_name"]));
fclose($fp);
$FileData = addslashes($ReadBinary);
//*** Insert Record ***//
$objConnect = mysql_connect("localhost","root","1234") or die("Error Connect to Database");
$objDB = mysql_select_db("datacar");
mysql_query("SET NAMES UTF8");
$strSQL = "INSERT INTO datadriver ";
$strSQL .="(idarmy,rank,firstname,lastname,salary,address,FilesPicture,tel) VALUES ('".$_POST["txtidarmy"]."','".$_POST["txtrank"]."','".$_POST["txtfirstname"]."','".$_POST["txtlastname"]."','".$_POST["txtsalary"]."','".$_POST["txtaddress"]."','".$FileData."','".$_POST["txttel"]."')";
$objQuery = mysql_query($strSQL) or die(mysql_error()." = ".$strSQL);
}
?>
<a href="PageUploadToMySQL3.php">View files</a>
</td>
</tr>
<tr>
<td><img src="images/foot.jpg" width="1092" height="85" /></td>
</tr>
</table>
</body>
</html>
รูปที่ได้
ได้ฐานข้อมูลตามนี้ครับ
หน้าแสดง เพื่อจะแก้ไข แต่รูปไม่โชว์ครับ
Code (PHP)
<html>
<head>
<title>ThaiCreate.Com Tutorial</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
<body>
<?
$objConnect = mysql_connect("localhost","root","1234") or die("Error Connect to Database");
$objDB = mysql_select_db("datacar");
mysql_query("SET NAMES UTF8");
$strSQL = "SELECT * FROM datadriver";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
?>
<table width="1094" border="1">
<tr>
<th width="186"> <div align="center">หมายเลขประจำตัวทหาร </div></th>
<th width="68"> <div align="center">ยศ</div></th>
<th width="105"> <div align="center">ชื่อ</div></th>
<th width="94"> <div align="center">นามสกุล</div></th>
<th width="92"> <div align="center">เงินเดือน</div></th>
<th width="300"> <div align="center">ที่อยู่</div></th>
<th width="113"> <div align="center">เบอร์โทรศัพท์</div></th>
<th width="226"> <div align="center">รูปถ่าย</div></th>
</tr>
<?
while($objResult = mysql_fetch_array($objQuery))
{
?>
<tr>
<td><div align="center"><?=$objResult["idarmy"];?></div></td>
<td><center><?=$objResult["rank"];?></center></td>
<td><center><?=$objResult["firstname"];?></center></td>
<td><center><?=$objResult["lastname"];?></center></td>
<td><center><?=$objResult["salary"];?></center></td>
<td><center><?=$objResult["address"];?></center></td>
<td><center><?=$objResult["tel"];?></center></td>
<td><center><img src="ViewImage.php?idarmy=<?=$objResult["idarmy"];?>"></center></td>
<td><center><a href="PageUploadToMySQL4.php?idarmy=<?=$objResult["idarmy"];?>">Edit</a></center></td>
</tr>
<?
}
?>
</table>
<?
mysql_close($objConnect);
?>
</body>
</html>
รูปตามนี้ครับ
Tag : PHP
|
|
|
|
|
|
Date :
2012-06-24 23:09:59 |
By :
preacher |
View :
922 |
Reply :
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
link รูปผิดเปล่าคับ .. และก็ใรฐานข้อมูลฟิวล์ ที่เป็นรูปภาพหน้าจะเก็บเป็น ชื่อรูปภาพน่ะคับ..
... เวลาเรียกรูป ...
Code (PHP)
<a href = "ViewImage.php?idarmy=<?=$objResult["idarmy"];?>"><img src="pic/<?=$objResult["filespicture"];?>"></a>
ลองดู อิอิ
|
|
|
|
|
Date :
2012-06-25 01:53:30 |
By :
tttpongsak |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้การเก็บรูปลงโฟเดอร์ดีกว่าน่ะครับ
Code (PHP)
<?
if(move_uploaded_file($_FILES["filUpload"]["tmp_name"],"myfile/".$_FILES["filUpload"]["name"]))
{
echo "Copy/Upload Complete<br>";
//*** Insert Record ***//
$objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database");
$objDB = mysql_select_db("mydatabase");
$strSQL = "INSERT INTO files ";
$strSQL .="(Name,FilesName) VALUES ('".$_POST["txtName"]."','".$_FILES["filUpload"]["name"]."')";
$objQuery = mysql_query($strSQL);
}
?>
Go to : PHP สร้างฟอร์มสำหรับ Upload รูปภาพลงในฐานข้อมูล MySQL พร้อมกับแบบ Form สำหรับการแก้ไขรูปภาพ
|
|
|
|
|
Date :
2012-06-25 06:14:02 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้วฟิวที่เก็บค่า รูป ต้อกำหนดเป็นอะไรเหรอ ครับ ตามตัวอย่างมันเป็น varchar
แต่ผมเซ็ทเป็น blob
|
|
|
|
|
Date :
2012-06-25 15:00:52 |
By :
preacher |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้วคำสั่งตรงไหนที่ระบุในการเก็บรูปลง โฟลเดอร์ครับ ขอญาตุออกตัวก่อนว่า ผมไม่มีความรู้เรื่อง php มากนัก แกะเอาที่ละนิดและลองทำไปเรื่อย ๆ ครับ อาจจะ เป็นการรำคาญนิด ๆ นะครับ
|
|
|
|
|
Date :
2012-06-25 15:04:13 |
By :
preacher |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เก็บเป็น Varchar ครับ
|
|
|
|
|
Date :
2012-06-25 15:10:37 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(move_uploaded_file($_FILES["filUpload"]["tmp_name"],"myfile/".$_FILES["filUpload"]["name"]))
ตรงคำสั่งในแถวนี้ ผมต้องเปลี่ยนอะไรหรือเปล่าครับ เพราะโค๊ตที่เหลือผมแก้เพิ่มหมดแล้วตามที่คุณวินให้มา แต่ยังไม่มีข้อมูลเข้าดาต้าเบสครับ เหลืออยู่ ตรงนี้ที่ไม่รู้ความหมายอะครับ ช่วยที
|
|
|
|
|
Date :
2012-06-25 16:02:53 |
By :
preacher |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตามนี้ครับ
<?
if(move_uploaded_file($_FILES["fileUpload"]["tmp_name"],"myfile/".$_FILES["fileUpload"]["name"]))
{
echo "Copy/Upload Complete<br>";
//*** Insert Record ***//
$objConnect = mysql_connect("localhost","root","1234") or die("Error Connect to Database");
$objDB = mysql_select_db("datacar");
mysql_query("SET NAMES UTF8");
$strSQL = "INSERT INTO datadriver ";
$strSQL .="(idarmy,rank,firstname,lastname,salary,address,FilesPicture,tel) VALUES ('".$_POST["txtidarmy"]."','".$_POST["txtrank"]."','".$_POST["txtfirstname"]."','".$_POST["txtlastname"]."','".$_POST["txtsalary"]."','".$_POST["txtaddress"]."','".$_FILES["fileUpload"]["name"]."','".$_POST["txttel"]."')";
$objQuery = mysql_query($strSQL) or die(mysql_error()." = ".$strSQL);
}
?>
ผิดถูกอย่างไรช่วยชี้แนะทีครับ อยากเรียนรู้
|
|
|
|
|
Date :
2012-06-25 16:06:06 |
By :
preacher |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทำได้แล้วครับ ขอบคุณมากครับ ท่าน วิน
แต่ภาพที่แสดง มันใหญ่มาก เราสามารถบังคับให้โชว์ภาพตามขนาดที่เราต้องการบ้างมั๊ยครับ
|
|
|
|
|
Date :
2012-06-25 16:46:02 |
By :
preacher |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|