add.php 파일 콘텐츠
<?php
//연결 데이터베이스 파일 가져오기
include ('conn.php');
//사용자가 버튼을 제출하는지 감지
if(isset($_POST[' submit'] ) {
$ ID = $ _ post ['ID']
$ user = $ _ post ['user']
$ title = $ _ post ['title'] ;
$sql=" 메시지(id,user,title,content,lastdate)에 삽입values('','$user','$title','$content',now())";
mysqli_query($ conn,$sql);
// echo "<script>alert('추가 성공');history.go(-1)</script>";
echo"<script>alert('메시지 성공' );location.href= 'liu.html'</script>";
}else{
echo "Failed";
}
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>第一个MYSQL查询留言本</title>
< 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</ 작음>
</h1>
</div>
이것은 시각적 레이아웃 템플릿입니다. 템플릿의 텍스트를 클릭할 수도 있습니다. 서식 있는 텍스트를 수정할 수도 있습니다. 팝업 편집 상자를 클릭하면 블록을 드래그하여 정렬할 수 있습니다. >더 보기»</a>
> ;일>
ID
</일>
<일>🜜 이름
</th> ;
번째>
标题
</th>
| /tr>
</thead>
<tbody>
<tr class= "성공">
<td>
ID
</td>
<td>
TB - 월별
</td>
<td>
~ >
</tbody>
</table>
<form action="add.php" method="post">
<fieldset>
<legend>表单项</legend>
<label>이름</label><input type="text" name="user" 필수/>
<label>标题</label><input type="text" name="title" 필수/> ㅋㅋㅋ<button type="submit" class="btn" name="submith">제출</button>
;/div>
</div>
SQL 문이 정확합니까? $sql="insert into message(id,user,title,content,lastdate)values('','$user','$title','$content',now ( ))";
values(" 이게 잘못된건가요?
이렇게 쓰면 분명 다른 걸 얻게 될 거예요. 제출하지 않으면 $_POST['submit']에는 콘텐츠가 전혀 없습니다.
추가에 실패하셨나요? ? ? ? SQL 문을 보세요. 작은따옴표는 변수를 구문 분석하지 않습니다. 당분간 코드에서 볼 수 없습니다.
누구나 보도록 도와줄 수 있나요?
실패에 대한 다이렉트 메시지인가요?