|
|
|
up ข้อมูลไม่เข้า ช่วยแก้หน่อยครับมือใหม่ ช่วยนิสหหนึ่งครับ |
|
|
|
|
|
|
|
<html>
<head>
<title>Car2Used.Com Tutorial</title>
</head>
<body>
<?
if($_FILES["filUpload"]["name,Brand_car,year_car,Type_car,Price,Color_car,Engine_GEN"] != "")
{
//*** 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","12345") or die(mysql_error());
$objDB = mysql_select_db("webboard");
$strSQL = "INSERT INTO files ";
$strSQL .="(Name,FilesName,Brand_car,year_car,Type_car,Price,Color_car,Engine_GEN) VALUES ('".$_POST["txtName,txtName2,txtName3,txtName4,txtName5,txtName6"]."','".$FileData."')";
$objQuery = mysql_query($strSQL);
echo "Copy/Upload Complete<br>";
}
?>
<a href="Admin_page.php">View files</a>
</body>
</html>
Tag : PHP, Ms Access
|
|
|
|
|
|
Date :
2012-09-16 10:09:57 |
By :
maiaoy |
View :
1132 |
Reply :
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อันนี้อะไรครับ
Code (PHP)
if($_FILES["filUpload"]["name,Brand_car,year_car,Type_car,Price,Color_car,Engine_GEN"] != "")
$_FILES["filUpload"]["name"] // แทนที่ name ด้วยชื่อ input type='file' ที่ submit มา ใส่แค่นี้ครับ
แต่ผมก็สงสัย
อันนี้ Brand_car,year_car,Type_car,Price,Color_car,Engine_GEN ใส่อะไรเข้าไปครับเนี่ย
|
|
|
|
|
Date :
2012-09-16 10:15:50 |
By :
mangkunzo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้ามี if มันจะต้องมี { แล้ว }
ดูดีๆครับ ว่ามันขาดไป หรือ ว่าไปเกินไป
|
|
|
|
|
Date :
2012-09-16 10:25:14 |
By :
compiak |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
submit ผิดหรอคัรบ ไม่เข้าฐานข้อมูล
<html>
<head><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Car2Used.Com ListMenu</title>
</head>
<body>
<form name="form1" method="post" action="PageUploadToMySQL2.php" enctype="multipart/form-data">
<p>Name :<input type="text" name="txtName"><br>
Picture : <input type="file" name="filUpload"><br>
Brand : <input type="text" name="txtName2"> <br>
ชนิด :<input type="text" name="txtName3">
<br>
Color : <input type="text" name="txtName3">
<br>
รุ่น :
<input type="text" name="txtName4"> <br>
ปีที่ผลิต :
<input type="text" name="txtName5">
</p>
<p> <br>
<input name="btnSubmit" type="submit" value="Submit">
</p>
</form>
</body>
</html>
|
|
|
|
|
Date :
2012-09-16 10:38:56 |
By :
maiaoy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|