已有40人关注
·【急】PHP项目开发全程实录之电子商务平台 问题
发表在PHP图书答疑 2010-05-08
是否精华
版块置顶:
在进行后台管理时遇到的如下问题。
问题1:在修改商品时,存不到数据库中
代码如下:

<?php 
  include("conn/conn.php");
  $sql1=mysql_query("select * from tb_shangpin where id=".$_GET['id']."",$conn);
  $info1=mysql_fetch_array($sql1);
?>
<body topmargin="0" leftmargin="0" bottommargin="0">
<table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="20" bgcolor="#FFCF60"><div align="center" class="style1">更改商品信息</div></td>
  </tr>
  <tr>
    <td height="253" bgcolor="#666666"><table width="750" border="0" cellpadding="0" cellspacing="1">
        <script language="javascript">
function chkinput(form)
{
  if(form.mingcheng.value=="")
   {
     alert("请输入商品名称!");
 form.mingcheng.select();
 return(false);
   }
  


  if(form.huiyuanjia.value=="")
   {
     alert("请输入商品会员价!");
 form.huiyuanjia.select();
 return(false);
   }
 


  if(form.shichangjia.value=="")
   {
     alert("请输入商品市场价!");
 form.shichangjia.select();
 return(false);
   }
  if(form.dengji.value=="")
   {
     alert("请输入商品等级!");
 form.dengji.select();
 return(false);
   }
   
   
   if(form.pinpai.value=="")
   {
     alert("请输入商品品牌!");
 form.pinpai.select();
 return(false);
   }
   
   if(form.xinghao.value=="")
   {
     alert("请输入商品型号!");
 form.xinghao.select();
 return(false);
   }
   if(form.shuliang.value=="")
   {
     alert("请输入商品数量!");
 form.shuliang.select();
 return(false);
   }
   if(form.jianjie.value=="")
   {
     alert("请输入商品简介!");
 form.jianjie.select();
 return(false);
   }
   return(true);
}
    </script>
        <form name="form1"  enctype="multipart/form-data" method="post" action="savechangegoods.php?id=<?php echo $_GET[id];?>" onSubmit="return chkinput(this)">
          <tr>
            <td width="129" height="25" bgcolor="#FFFFFF"><div align="center">商品名称:</div></td>
            <td width="618" bgcolor="#FFFFFF"><div align="left">
                <input type="text" name="mingcheng" size="25" class="inputcss" value="<?php echo $info1["mingcheng"];?>">
            </div></td>
          </tr>
          <tr>
            <td height="25" bgcolor="#FFFFFF"><div align="center">上市时间:</div></td>
            <td height="25" bgcolor="#FFFFFF"><div align="left">
                <select name="nian" class="inputcss">
                  <?php 
  for($i=1995;$i<=2050;$i++)
  {
 ?>
                  <option <?php if(substr($info1['addtime'],0,4)==$i){echo "selected";}?>><?php echo $i;?></option>
                  <?php 
  }
 ?>
                </select>
                年
                <select name="yue" class="inputcss">
                  <?php 
            for($i=1;$i<=12;$i++)
             {
            ?>
                  <option <?php if(substr($info1['addtime'],5,1)==$i){echo "selected";} ?>><?php echo $i;?></option>
                  <?php 
             }
             ?>
                </select>
                月
                <select name="ri" class="inputcss">
                  <?php 
            for($i=1;$i<=31;$i++)
             {
            ?>
                  <option <?php if(substr($info1['addtime'],7,1)==$i){echo "selected";} ?>><?php echo $i;?></option>
                  <?php 
             }
             ?>
                </select>
                日</div></td>
          </tr>
          <tr>
            <td height="25" bgcolor="#FFFFFF"><div align="center">价格:</div></td>
            <td height="25" bgcolor="#FFFFFF"><div align="left">市场价:
                    <input type="text" name="shichangjia" size="10" class="inputcss" value="<?php echo $info1['shichangjia'];?>">
                元&nbsp;&nbsp;会员价:
                <input type="text" name="huiyuanjia" size="10" class="inputcss" value="<?php echo $info1['huiyuanjia'];?>">
                元</div></td>
          </tr>
          <tr>
            <td height="25" bgcolor="#FFFFFF"><div align="center">商品类型:</div></td>
            <td height="25" bgcolor="#FFFFFF"><div align="left">
                <?php
$sql=mysql_query("select * from tb_type order by id desc",$conn);
$info=mysql_fetch_array($sql);
if($info==false)
{
  echo "请先添加商品类型!";
}
else
{
?>
                <select name="typeid" class="inputcss">
                  <?php
do
{
?>
                  <option value=<?php echo $info['id'];?> <?php if($info1['typeid']==$info['id']) {echo "selected";}?>><?php echo $info['typename'];?></option>
                  <?php
}
while($info=mysql_fetch_array($sql));
?>
                </select>
                <?php
     }
    ?>
            </div></td>
          </tr>
          <tr>
            <td height="25" bgcolor="#FFFFFF"><div align="center">商品等级:</div></td>
            <td height="25" bgcolor="#FFFFFF"><div align="left">
                <select name="dengji" class="inputcss">
                  <option value="精品" <?php if(trim($info1["dengji"])=="精品"){echo "selected";}?>>精品</option>
                  <option value="一般" <?php if(trim($info1["dengji"])=="一般"){echo "selected";}?>>一般</option>
                  <option value="二手" <?php if(trim($info1["dengji"])=="二手"){echo "selected";}?>>二手</option>
                  <option value="淘汰" <?php if(trim($info1["dengji"])=="淘汰"){echo "selected";}?>>淘汰</option>
                </select>
            </div></td>
          </tr>
          <tr>
            <td height="22" bgcolor="#FFFFFF"><div align="center">商品品牌:</div></td>
            <td height="22" bgcolor="#FFFFFF"><div align="left">
                <input type="text" name="pinpai" class="inputcss" size="20" value="<?php echo $info1['pinpai'];?>">
            </div></td>
          </tr>
          <tr>
            <td height="25" bgcolor="#FFFFFF"><div align="center">商品型号:</div></td>
            <td height="25" bgcolor="#FFFFFF"><div align="left">
                <input type="text" name="xinghao" class="inputcss" size="20" value="<?php echo $info1['xinghao'];?>">
            </div></td>
          </tr>
          <tr>
            <td height="25" bgcolor="#FFFFFF"><div align="center">是否推荐:</div></td>
            <td height="25" bgcolor="#FFFFFF"><div align="left">
                <select name="tuijian" class="inputcss" >
                  <option value=1 <?php if($info1['tuijian']==1) {echo "selected";}?>>是</option>
                  <option value=0 <?php if($info1['tuijian']==0) {echo "selected";}?>>否</option>
                </select>
            </div></td>
          </tr>
          <tr>
            <td height="25" bgcolor="#FFFFFF"><div align="center">商品数量:</div></td>
            <td height="25" bgcolor="#FFFFFF"><div align="left">
                <input type="text" name="shuliang" class="inputcss" size="20" value="<?php echo $info1['shuliang'];?>">
            </div></td>
          </tr>
          <tr>
            <td height="25" bgcolor="#FFFFFF"><div align="center">商品图片:</div></td>
            <td height="25" bgcolor="#FFFFFF"><div align="left">
<input type="hidden" name="MAX_FILE_SIZE" value="2000000">
                <input name="upfile" type="file" class="inputcss" id="upfile" size="30">
            </div></td>
          </tr>
          <tr>
            <td height="80" bgcolor="#FFFFFF"><div align="center">商品简介:</div></td>
            <td height="25" bgcolor="#FFFFFF"><div align="left">
                <textarea name="jianjie" cols="50" rows="8" class="inputcss"><?php echo $info1['jianjie'];?></textarea>
            </div></td>
          </tr>
          <tr>
            <td height="25" colspan="2" bgcolor="#FFFFFF"><div align="center">
              <input type="submit" class="buttoncss" value="更改">
              &nbsp;&nbsp;
                <input type="reset" value="取消更改" class="buttoncss">
            </div></td>
          </tr>
        </form>
    </table></td>
  </tr>
</table>
问题2:
Notice: Undefined index: upfile in D:\wamp\www\shop\admin\savechangegoods.php on line 16
代码如下:<?php
include("conn/conn.php");
$mingcheng=$_POST['mingcheng'];
$nian=$_POST['nian'];
$yue=$_POST['yue'];
$ri=$_POST['ri'];
$shichangjia=$_POST['shichangjia'];
$huiyuanjia=$_POST['huiyuanjia'];
$typeid=$_POST['typeid'];
$dengji=$_POST['dengji'];
$xinghao=$_POST['xinghao'];
$pinpai=$_POST['pinpai'];
$tuijian=$_POST['tuijian'];
$shuliang=$_POST['shuliang'];
$upfile=$_POST['upfile'];

 if(ceil(($huiyuanjia/$shichangjia)*100)<=80)
 {
 
    $tejia=1;
 }
 else
 {
    $tejia=0;
 }
if($upfile!="")

{
$sql=mysql_query("select * from tb_shangpin where id=".$_GET['id']."",$conn);
$info=mysql_fetch_array($sql);
@unlink(substr($info['tupian'],6,(strlen($info['tupian'])-6)));
}

function getname($exname){
   $dir = "upimages/";
   $i=1;
   if(!is_dir($dir)){
      mkdir($dir,0777);
   }
   
   while(true){
       if(!is_file($dir.$i.".".$exname)){
       $name=$i.".".$exname;
       break;
   }
   $i++;
 }

   return $dir.$name;
}

$exname=strtolower(substr($_FILES['upfile']['name'],(strrpos($_FILES['upfile']['name'],'.')+1)));
$uploadfile = getname($exname);

move_uploaded_file($_FILES['upfile']['tmp_name'], $uploadfile);

$uploadfile="admin/".$uploadfile;

$jianjie=$_POST['jianjie'];
$addtime=$nian."-".$yue."-".$ri;

mysql_query("update tb_shangpin set mingcheng='$mingcheng',jianjie='$jianjie',addtime='$addtime',dengji='$dengji',xinghao='$xinghao',tupian='$uploadfile',typeid='$typeid',shichangjia='$shichangjia',huiyuanjia='$huiyuanjia',pinpai='$pinpai',tuijian='$tuijian',shuliang='$shuliang' where id=".$_GET['id']."",$conn);
echo "<script>alert('商品".$mingcheng."修改成功!');history.back();;</script>";
?>
分享到:
精彩评论 1
大麦571
学分:1 LV1
2010-05-11
沙发
您是运行光盘中的程序,还是自己修改的

我们对光盘中的程序进行了测试,没有出现您所述的问题;

您在修改产品信息时是否添加了图片,如果没有添加图片,那么将出现您所说的第2个问题
首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照