|
|
อยากสอบถามเรื่องการอัพรูปลง google map เพื่อโชว์ใน info windows ครับ |
|
|
|
|
|
|
|
ผมขออุญาติถามเรื่อง google map หน่อยนะครับ พอดีตอนนี้ผมติดที่การอัพรูปลงฐานข้อมูลครับเพื่อที่จะให้ไปโชว์ที่ info windown ครับ ยังไม่สามารถอัพได้เลยครับรบกวนหน่อยนะครับ
นี้คือหน้ากรอกข้อมูลครับ
Code (PHP)
<form action="ex_7c.php" method="get" enctype="multipart/form-data">
<table width="442" height="0" border="0" align="center" cellpadding="2">
<tr>
<td width="143" align="right" valign="top">ชื่อ:</td>
<td width="300" valign="top"><div align="left" >
<input type="text" name="name" value= ""/>
</div></td>
</tr>
<tr>
<td align="right" valign="top">ประเภท:</td>
<td valign="top">
</span>
<label>
<input name="type" type="radio" value="gas" checked>
แก๊ส</label>
<label>
<input name="type" type="radio" value="oil">
น้ำมัน</label></td>
</tr>
<tr>
<td align="right" valign="top">ที่อยู่:</td>
<td valign="top"><div align="left">
<p>
<textarea name="address" cols="30" rows="10" class="textarea" >Address</textarea>
</p>
<p> </p>
</div></td>
</tr>
<tr>
<td align="right" valign="top">ข้อมูลทั่วไป:</td>
<td valign="top"><div align="left">
<p>
<textarea name="information" cols="30" rows="10" class="textarea" ></textarea>
</p>
<p> </p>
</div></td>
</tr>
<tr>
<td align="right" valign="top">รูปภาพ</td>
<td><input type="file" name="fileupload" id="fileupload"></td>
</tr>
<tr>
<td align="right" valign="top">ละติจูต:</td>
<td valign="top"><div align="left">
<input type="text" name="lat" value=<? echo $lat ?> />
</br>
</div></td>
</tr>
<tr>
<td align="right" valign="top">ลองติจูต:</td>
<td valign="top"><div align="left">
<input type="text" name="lng" value=<? echo $lng ?> />
</br>
</div></td>
</tr>
<tr>
<td colspan="2" align="center"><div align="center">
<button name="submit" id="submit" type="submit"><strong><img src="photo/ok.png" width="16" height="16" align="absmiddle" /></strong> ตกลง</button>
</div></td>
</tr>
</table>
</form>
นี้คือหน้ารับค่าครับ
Code (PHP)
<?php
require("phpsqlinfo_dbinfo.php");
$con =mysql_connect ($hostname, $username, $password);
mysql_query("SET NAMES UTF8",$con);
if (!$con) { die('ติดต่อฐานข้อมูลไม่ได้: ' . mysql_error());
}
mysql_select_db($database, $con);
if(move_uploaded_file($_FILES["fileupload"]["tmp_name"],"photo/".$_FILES["fileupload"]["name"]))
{
$sql = mysql_query("INSERT INTO markers (name, address, type,information,fileupload, lat, lng)
VALUES('".$_POST['name']."','".$_POST['address']."','".$_POST['type']."','".$_POST['information']."','".$_FILES["fileupload"]["name"]."','".$_POST['lat']."','".$_POST['lng']."') ");
}
?>
Tag : MySQL, JavaScript, jQuery
|
|
|
|
|
|
Date :
2012-08-21 17:57:56 |
By :
pom9999 |
View :
1272 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันติดตรง upload ไม่ลงใน Database หรือว่ายังไงครับ
|
|
|
|
|
Date :
2012-08-22 06:14:03 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันไม่ลงใน Database ครับ พอเอา if ออกก็ลงได้ครับ แต่รูปจะไม่ลงใน folder ครับ
Code (PHP)
if(move_uploaded_file($_FILES["fileupload"]["tmp_name"],"photo/".$_FILES["fileupload"]["name"]))
{
|
|
|
|
|
Date :
2012-08-22 21:58:32 |
By :
pom9999 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2012-10-02 09:08:43 |
By :
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33
|
|
|
|
|
Date :
2012-10-02 09:09:44 |
By :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|