Die Veröffentlichung war nicht erfolgreich
高先生
高先生 2018-11-23 17:34:17
0
4
1201

Wenn Nachrichten in die Datenbank eingefügt werden, können sie auf der Listenseite angezeigt und geändert werden, aber wie der Code im Fall kann sie nicht auf der Seite veröffentlicht werden. Was ist das Problem?

高先生
高先生

Antworte allen(1)
Peter-Zhu

请把出错信息发出来看看,还有源代码,  这样的怎么回答呢?

  • Antwort <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>新闻发布页面</title> <style type="text/css"> span{display:inline-block; float: left; width: 55px} input[type="submit"]{margin-left: 30%;} </style> </head> <body bgcolor="#ccc"> <form name="article" method="post" action="publish.php" style=""> <h3 style="margin-left: 60px;">新闻发布页面</h3> 标 题:<input type="text" name="title" style="width:200px"/> <br/><br/> 作 者: <input type="text" name="author" style="width:200px"/> <br/><br/> <span>内 容:</span> <textarea cols=35 rows=8 name="content"></textarea><br/><br/> <input type="submit" value="发布新闻"/> </form> </body> </html>
    高先生 Autor 2018-11-30 14:23:21
  • Antwort new.php和案例中的一样,没有修改
    高先生 Autor 2018-11-30 14:24:03
  • Antwort 可以留个邮箱吗?我把源码发给你帮我看一下,
    高先生 Autor 2018-11-30 14:24:59
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!