• 每日总结4.15


    <?php
    session_start();
    include_once 'conn.php';
    $ndate =date("Y-m-d");
    $addnew=$_POST["addnew"];
    if ($addnew=="1" )
    {
    $leibie=$_POST["leibie"];

    //lixandonxgjixelxb
    //qiuji
    //qiuhe
    //ischongfu("select id from shangpinleibie where trjrtjtrjrtj");
    $sql="insert into shangpinleibie(leibie) values('$leibie') ";
    mysql_query($sql);
    //danjuzhixi;mysql_query($sql);
    echo "<script>javascript:alert('添加成功!');history.back();</script>";
    }
    ?>

    <!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=gb2312" />
    <title>商品类别</title>
    <!--bixanjxiqxi-->
    <script type="text/javascript" src="js/My97DatePicker/WdatePicker.js" charset="gb2312"></script>
    <link rel="stylesheet" href="css.css" type="text/css">
    </head>
    <script language="javascript">


    function OpenScript(url,width,height)
    {
    var win = window.open(url,"SelectToSort",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes' );
    }
    function OpenDialog(sURL, iWidth, iHeight)
    {
    var oDialog = window.open(sURL, "_EditorDialog", "width=" + iWidth.toString() + ",height=" + iHeight.toString() + ",resizable=no,left=0,top=0,scrollbars=no,status=no,titlebar=no,toolbar=no,menubar=no,location=no");
    oDialog.focus();
    }
    </script>
    <body>
    <p>添加商品类别: 当前日期: <?php echo $ndate; ?></p>
    <script language="javascript">
    function check()
    {
    if(document.form1.leibie.value==""){alert("请输入类别");document.form1.leibie.focus();return false;}

    }
    function gow()
    {
    location.href='shangpinleibie_add.php?jihuabifffanhao='+document.form1.jihuabifffanhao.value+"&id=<?php echo $_GET["id"]?>";
    }
    </script>
    <!--hxsglxiangdxongjxs-->
    <?php
    //islbd1q $sql="select * from melieibaoduqubiaoiguo where id=".$_GET["id"];
    //islbd2q $sql="select * from melieibaoduqubiaoiguo where hsgzhujian='".$_SESSION["username"]."'";
    //islbdq $query=mysql_query($sql);
    //islbdq $rowscount=mysql_num_rows($query);
    //islbdq if($rowscount>0)
    //islbdq {
    //islbdq lelelelelele
    //islbdq }
    ?>
    <form id="form1" name="form1" method="post" action="?id=<?php echo $_GET["id"]?>">
    <table width="100%" border="1" align="center" cellpadding="3" cellspacing="1" bordercolor="#00FFFF" style="border-collapse:collapse">
    <tr><td>类别:</td><td><input name='leibie' type='text' id='leibie' value='' style='border:solid 1px #000000; color:#666666' />&nbsp;*</td></tr>


    <tr>
    <td>&nbsp;</td>
    <td><input type="hidden" name="addnew" value="1" />
    <input type="submit" name="Submit" value="添加" onclick="return check();" style='border:solid 1px #000000; color:#666666' />
    <input type="reset" name="Submit2" value="重置" style='border:solid 1px #000000; color:#666666' /></td>
    </tr>
    </table>
    </form>
    <p>&nbsp;</p>
    <?php
    function ischongfu($sql)
    {
    $query=mysql_query($sql);
    $rowscount=mysql_num_rows($query);
    if($rowscount>0)
    {
    echo "<script>javascript:alert('对不起,您输入的tsisshistxiaojxi已经存在,请重试!');history.back();</script>";
    exit;
    }

    }
    ?>
    </body>
    </html>

  • 相关阅读:
    SpringMVC设置不拦截静态资源css,js
    关于Spring 国际化 No message found under code 的解决方案
    数据库中文乱码问题
    Maven下载清除jar包
    Swift学习笔记7:关闭
    bash构造tmux显示tmux ssh状态
    Mysql入门到精通数据表的操作
    MapReduce源代码分析MapTask分析
    世界目光聚焦美国:埃博拉病患者是否认真是可以治愈的?
    Android Studio如何引用jar包裹(不gradle)
  • 原文地址:https://www.cnblogs.com/wanghaoning/p/14915475.html
Copyright © 2020-2023  润新知