PHP中増删改查

5259 ワード

一.増加
  • $REQUSET[''];         
    eg:$sex=$.REQUSET['sex'];
    
    undefined , , ( )
    2.>を作成します.htmlファイル------phpファイルに転送します.
    htmlにフォームを書きます.フォームのnameプロパティは、コミット時にフロントエンドのフォームの内容をバックグラウンドに転送します.注意:1.』最外層が二重引用である場合、括弧内は単一引用である.2.>primary keyの同じ番号は一度しか使えないので、一度リフレッシュして、一度実行します.
    3.>文字化けした場合
    mysql_uroot; use jd; select * from jd;
    4.>例:
    
    
        
            
            
        
        
            <form action="4.php">
                <p>
                      :<input type="text" name="sname"/>
                </p>
                <p>
                      :<input type="" name="sex"/>
                </p>
                <p>
                      :<input type="text" name="age"/>
                </p>
                <p>
                    <input type="submit" name="" id="" value="  "/>
                </p>
                
            </form>
        
    
    
    </code></pre> 
     <pre><code><?php //$sid="       ";
    $sname=$_REQUEST['sname'];
    $sex=$_REQUEST['sex'];
    $age=$_REQUEST['age'];
    #1.     
    $conn=mysqli_connect('127.0.0.1','root','','test',3306);
    #2.    
    $sql='SET NAMES UTF8';
    mysqli_query($conn,$sql);
    #3.  sql  
    $mysql="INSERT INTO suu values(null,'$sname','$sex','$age')";
    $result=mysqli_query($conn,$mysql);
    #4.  
    if($result===true){
        echo "    ";
    }
    else{
        echo "    ";
    }
    </code?></code></pre> 
     <h6> .  </h6> 
     <pre><code>1.$mysql="delete from ph where sname='$sname'";
    </code></pre> 
     <h6>  : htdocs    ,     ;     ,       ;</h6> 
     <h6> </h6> 
     <h6>1..  </h6> 
     <pre><code>  select   ,   true false ,          ;
    $sql="select * from phone";
    $all=mysqli_fetch_all($result);//         ,         ;
    </code></pre> 
     <h6>2.       </h6> 
     <p>             ;<br/>     :     , length  ,     =    +1;<br/>     :      ,  length  ;<br/> <code>select              ;         table ;</code></p> 
     <h6>3.           ;</h6> 
     <pre><code>1.$all=mysqli_fetch_all($result);               ;
    </code></pre> 
     <pre><code>2.$row=mysqli_fetch_asssoc($result);            ;
    </code></pre> 
     <h6> .  :</h6> 
     <pre><code>
    
        
            <meta charset="utf-8"/>
            <title/>
            <style>
                li{
                    list-style: none;
                }
                a{
                    text-decoration: none;
                }
                .list{
                    width: 800px;
                    margin: 10px auto;
                    border-top: 2px solid #000;
                }
                a,span,li{
                    font-size: 15px;
                }
                .list-top .a{
                    margin-left: 400px;
                }
                .list-top .time{
                    margin-left: 30px;
                }
                .list-top li:nth-child(2){
                    margin: 10px 0px 10px 0px;
                }
            </style>
        
        
        <?php require('init.php');
        $sql="select * from msg";
        $result=mysqli_query($conn,$sql);
        if($result===true){
            echo 'err';
        }else{
            echo "<div class='box'?>";
                while(true){
                    $row=mysqli_fetch_assoc($result);
                    if($row===null){
                        break;
                    }else{
                        echo"<div class="list">";
                            echo "<ul class="list-top">";
                                echo "<p><span>   :$row[uname]</span> <span class="time">     :$row[pubTime]</span><span class="a"><a href="msg_delete.php?mid=$row[mid]" onclick="return del()">X</a></span></p>";
                                echo "<li>    :$row[phone]</li>";
                                echo "<li>    :$row[content]</li>";
                            echo "</ul>";
                        echo "<div>";
                    }
                }
            echo "</div>";
        }
        ?>
        
        <script>
          function del(){
            if(confirm("      ")){
                alert('    !');
                return true;
            }else{
                alert('    !');
                return false;
            }
          }
        </script>
        
    
    
    
    
     
    
                                </div>
                            </code></pre></article></div>
                        </div>
                        <!--PC WAP    -->
                         
                        <script type="text/javascript" src="/views/front/js/chanyan.js"/>
                        <!--    -         -->