บันทึก database ไม่ได้นะค่ะ แบบว่าบันทึกหน้านี่ไม่ได้นะคะ ในเครื่องได้นะคะ แต่พออัพขึ้นโฮสใช้ไม่ได้ พี่ๆช่วยดูหน่อยค่ะ
แบบว่าบันทึกหน้านี่ไม่ได้นะคะ ในเครื่องได้นะคะ แต่พออัพขึ้นโฮสใช้ไม่ได้ พี่ๆช่วยดูหน่อยค่ะ
Code (PHP)
<?php
#### สคริ๊ปนี้ใช้ในการเช็ค ว่าล็อกอินหรือยัง ให้นำสคริ๊ปนี้ไปไว้ที่หน้าที่คุณต้องการให้เช็ค ####
session_start() ;
if(!session_is_registered("login_true")) {
// url=index.php คำสั่งนี้จะให้ไปหน้าที่จะต้องกรอก user,pwd ถ้าอยู่โฟล์เดอร์อื่นให้เรียกให้ถูกนะครับ
echo "<meta http-equiv='refresh' content='0;url=index.php'>" ;
exit() ;
}
### จบการเช็ค ###
?>
<?
include("../include/function.php");
con();
if ($HTTP_SERVER_VARS["REQUEST_METHOD"] == "POST")
{
########### image ############
$main_dir="../images/";
$sub_dir="product/";
############################
$pic_1=upload_images($_FILES['pic_1'],$main_dir,$sub_dir);
$name=$_POST[name];
mysql_query("INSERT INTO `product_cat` (name , pic1 , active , added) VALUES ('".$name."' ,'".$pic_1."', 'yes' , NOW( ) )") or die("ERROR : INSERT INTO `product_cat` (name , pic1 , active , added) VALUES ('".$name."' ,'".$pic_1."', 'yes' , NOW( ) )");
echo "<meta http-equiv='refresh' content='0; url=product.php'>" ;
}
include("header.php");
?>
<style type="text/css">
<!--
.style1 {font-family: "MS Sans Serif"}
.style2 {
color: #0000FF;
font-size: 14px;
}
.style3 {color: #000000}
.style5 {
color: #000000;
font-size: 14px;
font-family: "Microsoft Sans Serif";
}
.style7 {
font-family: "MS Sans Serif";
font-size: 14px;
color: #000000;
}
a:link {
color: #0000FF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #0000FF;
}
a:hover {
text-decoration: none;
color: #0000FF;
}
a:active {
text-decoration: none;
color: #0000FF;
}
-->
</style>
<table width="883" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="754" align="left" valign="bottom"><table width="754" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="middle" class="ape-b14 style2"><strong><span class="style1"><a href="product.php" class="ape-b14">Product </a></span></strong><span class="ape-12 style1"><strong>> </strong></span><span class="style1"><strong class="ape-12">Add Product</strong></span></td>
</tr>
</table></td>
<td width="129" align="right" valign="middle"><A HREF="logout.php"><img src="images/btu_logout.gif" width="78" height="30" border=0 /></A></td>
</tr>
</table></td>
<td background="images/bg_top_main.gif"> </td>
</tr>
<tr>
<td height="1" bgcolor="#e0e0e0"><img src="images/space.gif" width="1" height="1" /></td>
<td height="1" align="left" valign="top" bgcolor="#e0e0e0"><img src="images/space.gif" alt="" width="1" height="1" /></td>
<td height="1" bgcolor="#e0e0e0"><img src="images/space.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td height="243" background="images/bg_top_main.gif"> </td>
<td height="243" align="left" valign="top" background="images/bg_top_main.gif">
<FORM METHOD=POST ACTION="" name="form" encType="multipart/form-data">
<table width="883" border="0" align="center" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="883" height="32" valign="top"><img src="images/space.gif" width="1" height="32" /></td>
</tr>
<tr>
<td height="81" align="left" valign="top">
<table width="883" border="0" cellspacing="0" cellpadding="0">
<!--DWLayoutTable-->
<tr>
<td width="103" height="36" align="right" valign="middle" class="ape-12"><div align="left" class="style5"><strong>Logo</strong></div></td>
<td width="32"> </td>
<td width="748" align="left" valign="middle"><input type="file" name="pic_1" id="pic_1" style="width:340px;height:25;" /></td>
</tr>
<tr>
<td height="36" align="right" valign="middle"><div align="left" class="style5"><strong>Name</strong></div></td>
<td> </td>
<td valign="top"><span class="txt_content">
<input name="name" type="text" class="box" id="name" value="" style="width:340px;height:25px;" />
</span></td>
</tr>
<tr>
<td height="9"></td>
<td></td>
<td></td>
</tr>
</table></td>
</tr>
<tr>
<td height="38"> </td>
</tr>
<tr>
<td height="68" valign="top">
<table width="883" border="0" cellspacing="0" cellpadding="0">
<!--DWLayoutTable-->
<tr>
<td width="76" height="32"> </td>
<td width="125" align="left" valign="middle"><a href="#" onclick="javascript:document.form.submit()"><img src="images/btu_submit.png" width="89" height="32" border="0" /></a></td>
<td width="682" align="left" valign="middle"><A HREF="create_product.php" ><img src="images/btu_reset.png" width="77" height="32" border="0" /></a></td>
</tr>
<tr>
<td height="32"></td>
<td></td>
<td></td>
</tr>
</table></td>
</tr>
</table>
</FORM>
</td>
</tr>
<? include("footer.php"); ?>
Tag : - - - -
Date :
2009-11-04 15:36:09
By :
sangkheb
View :
969
Reply :
9
Code (PHP)
mysql_query("INSERT INTO `product_cat` (name , pic1 , active , added) VALUES ('".$name."' ,'".$pic_1."', 'yes' , NOW( ) )") or die("ERROR : INSERT INTO `product_cat` (name , pic1 , active , added) VALUES ('".$name."' ,'".$pic_1."', 'yes' , NOW( ) )") or die(mysql_error());
Date :
2009-11-04 17:56:57
By :
webmaster
พี่วินค่ะ พอใส่ตามที่พี่บอกก็ไม่ได้นะค่ะ เหมือนเดิมเลย ตอนนี้ยังงงอยู่เลยค่ะ ช่วยหน่อยนะค่ะ
Date :
2009-11-05 09:49:05
By :
sangkheb
ลองแปปนี้ดูครับ
Code (PHP)
mysql_query("INSERT INTO $product_cat (name , pic1 , active , added)
VALUES ('$name' ,'$pic_1', 'yes' , NOW( ) ) ")
or die("ERROR : INSERT INTO $product_cat(name , pic1 , active , added)
VALUES ('$name' ,'$pic_1', 'yes' , NOW( ) )");
Date :
2009-11-05 10:17:21
By :
tingtongkub
แบบของพี่ tong ก็ไม่ได้ค่ะ T_T ทำไงดีอ่ะ งงไปหมดแว้ว มันจะเกี่ยวไรกับพวก register_grobal หรือป่าวคะ
Date :
2009-11-05 10:25:48
By :
sangkheb
งั้นลองใหม่
Code (PHP)
$sql=" INSERT INTO $product_cat(name,pic1,active,added) VALUES ('$name','$pic_1','yes',NOW( ) ) ";
$db_query=mysql_db_query($db,$sql) or die ("sql error");
Date :
2009-11-05 10:52:25
By :
tingtongkub
ลองทดสอบก่อนครับ
1. ไปติดที่เงื่อนไข if(!session_is_registered("login_true")) นี้หรือเปล่าครับ ลองเช็คดูก่อนครับ
2. echo "INSERT INTO `product_cat` (name , pic1 , active , added) VALUES ('".$name."' ,'".$pic_1."', 'yes' , NOW( ) )"; แล้วนำผลของการ echo ใส่ใน phpmyadmin ดูครับว่าได้เปล่า
Date :
2009-11-05 12:04:50
By :
xbeginner01
ลองทำแล้วไม่ได้นะค่ะพี่ T_T ทำไงดีอ่ะ แก้มาหลายรอบแล้วอ่ะ ไม่เข้าใจเหมือนกันค่ะว่าทำไมขึ้น host แล้วใช้ไม่ได้ แถมดูแล้วมันไม่เข้าดาต้าเบสเลยอ่ะ
ขอบคุณทุกความช่วยเหลือนะค่ะ แต่ช่วยนู๋ต่อไปนะ
Date :
2009-11-05 14:56:19
By :
sangkheb
Load balance : Server 00