suchen

Heim  >  Fragen und Antworten  >  Hauptteil

Im Message Board ist etwas schief gelaufen. Ich kann einfach nicht finden, wo der Fehler liegt.

add.php-Dateiinhalt

<?php
//Importieren Sie die Verbindungsdatenbankdatei
include ('conn.php');
//Erkennen Sie, ob der Benutzer die Schaltfläche sendet
if(isset($_POST[' einreichen'] ) {
$ ID = $ _ post ['ID'];
$ user = $ _ Post ['title']; insert into message(id,user,title,content,lastdate)values('','$user','$title','$content',now())";
mysqli_query($ conn,$sql);
// echo "<script>alert('Erfolgreich hinzufügen');history.go(-1)</script>";
echo"<script>alert('Nachricht erfolgreich' );location.href= 'liu.html'</script>";
}else{
  echo "Fehlgeschlagen";
}
?>


liu.html-Inhalt

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>第一个MYSQL查询留言本</title& gt;
< script type="text/javascript" src="http://www.francescomalagrino.com/BootstrapPageGenerator/3/js/jquery-2.0.0.min.js"></script>
<script type= "text/javascript" src="http://www.francescomalagrino.com/BootstrapPageGenerator/3/js/jquery-ui"></script>
<link href="http://www.francescomalagrino. com/BootstrapPageGenerator/3/css/bootstrap-combined.min.css" rel="stylesheet" media="screen">
<script type="text/javascript" src="http://www.francescomalagrino. com/BootstrapPageGenerator/3/js/bootstrap.min.js"></script>
         <?php include ("add.php")?>
    </head>
    <body>
        < ;?php include ("add.php")?>
        <div class="container-fluid">
    <div class="row-fluid">
        <div class="span12"> ;
            <div class="page-header">
                <h1>
                   第一个MYSQL查询留言本 <small>V1.0& lt;/small>
                </h1>
            </div>
                                                                                         Klicken Sie auf das Popup-Bearbeitungsfeld, um den Block zu sortieren.                         tn-large" href="#" >Mehr anzeigen»</a>                             ;
            <table class="table table-bordered">
                <thead>
                    <tr>
                        < th>
                            ID
                        </th>
                        <th>                名字
                        </th> ;
                        </th>
                            标题
                                 <th>
                            内容
                        </th>              < /tr>
                </thead>
                <tbody>
                    <tr class= "success">
                        <td>
                            ID
                        </td>
                        <td>
                            TB – Monatlich
                        </td>                         01/04/2012
                        </td>
                        <td>                     Genehmigt
                        </td>
                    </tr>

                </tbody>
            </table>
            <form action="add.php" method="post">
                <fieldset>
                     <legend>表单项</legend>
                     <label>名字</label><input type="text" name="user" erforderlich/>
                     <label>标题</label><input type="text" name="title" erforderlich/>  
& Lt;<button type="submit" class="btn" name="submith">Submit</button>
                                                  /div>
</div>


学海无涯学海无涯2522 Tage vor1280

Antworte allen(8)Ich werde antworten

  • 似火年华

    似火年华2018-02-14 16:20:27

    你确定你的sql语句没有写错么   $sql="insert into message(id,user,title,content,lastdate)values('','$user','$title','$content',now())";

    values(" 这里错了吧

    Antwort
    0
  • Sven.He

    Sven.He2018-02-12 12:48:15

    你这样写肯定会到else的。 不提交 ,$_POST['submit'] 肯定没有内容。 

    Antwort
    0
  • PHP中文网

    PHP中文网2018-02-11 13:56:44

    是添加失败吗????你看下  SQL语句    单引号是不解析变量的   其它的暂时没能从代码上看得出来

    Antwort
    0
  • 学海无涯

    学海无涯2018-02-10 20:14:49

    有大神帮忙看下么

    Antwort
    0
  • 徐金龙

    断点打印是排查错误最有效的办法之一

    徐金龙 · 2018-03-06 09:55:09
  • 韦小宝

    韦小宝2018-02-10 17:28:58

    是直接就提示失败了是么?

    Antwort
    0
  • 学海无涯

    是的 是的

    学海无涯 · 2018-02-10 18:00:28
    韦小宝

    你看看你获取数据获取到了么

    韦小宝 · 2018-02-11 09:09:08
  • StornierenAntwort