亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

留言板項目 大佬們來看看是哪錯了啊

留言板項目 大佬們來看看是哪錯了啊

PHP
Joper 2017-07-10 14:41:32
<?php?header('content-type:text/html;charset=utf-8');date_default_timezone_set('PRC');$filename="msg.txt";$msgs=[];if(file_exists($filename)){? ? $string=file_get_contents($filename);? ? if(strlen($string>0)){? ? ? ? $msgs=unserialize($string);? ? }}? ? //檢測用戶是否點擊了按鈕? ? if(isset($_POST['pubmsg'])){? ? ? ? $username=$_POST['username'];? ? ? ? $title=$_POST['title'];? ? ? ? $content=$_POST['content'];? ? ? ? $time=time();? ? ? ? $data=compact('username','title','content','time');? ? ? ? array_push($msgs,$date);? ? ? ? $msgs=serialize($msgs); ?//序列號變成字符串? ? ? ? if(file_put_contents($filename,$msgs)){? ? ? ? ? ? echo "<script>alert('留言成功!');location.href='webpage.php';</script>";? ? ? ? }else{? ? ? ? ? ? echo "<script>alert('留言失??!');location.href='webpage.php';</script>"; ??? ? ? ? }? ? }? ???><!DOCTYPE html><html><head><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 rel="stylesheet" media="screen"><script type="text/javascript" src="http://www.francescomalagrino.com/BootstrapPageGenerator/3/js/bootstrap.min.js"></script></head><body><div><div><div><div><h1>this is Pan show time</h1></div>? ? ? ? <?php if(is_array($msgs)&&count($msgs)>0):?><table><thead><tr><th>編號</th><th>用戶</th><th>標題</th>? ? ? ? ? ? ? ? ? ? ? ? <th>? ? ? ? ? ? ? ? ? ? ? ? ? ? 時間? ? ? ? ? ? ? ? ? ? ? ? </th>? ? ?<th>內容</th></tr></thead><tbody>? ? ? ? ? ? ? ? <?php $i=1;foreach($msgs as $val):?><tr><td><?php echo $i++; ?></td><td>? <?php echo ?$var['username']; ?></td><td>? <?php echo ?$var['title']; ?> ? ? ?</td>? ? ? ? ? ? ? ? ? ? ? ? <td>? ? ? ? ? ? ? ? ? ? ? ? ? ?<?php echo ?date("Y-m-d H:i:s",$var['time']);?>?? ? ? ? ? ? ? ? ? ? ? ? </td><td><?php echo $val['content'];?></td></tr><?php endforeach; ?></tbody></table>? ? ? ? <?php endif;?><form action="#" method="post"><fieldset><legend>留言處</legend>? ? ? ? ? ? ? ? ? ? ? ? ?<label>用戶名</label>? ? ? ? ? ? ? ? ? ? ? <input type="text" ?name="username" required>? ? ? ? ? ? ? ? ? ? ? ? <label>標題</label>? ? ? ? ? ? ? ? ? ? ? <input type="text" name="title" required>? ? ? ? ? ? ? ? ? ? ? ? <label>內容</label>? ? ? ? ? ? ? ? ? ? ? ?<textarea name="content" cols="30" rows="5" required></textarea>?? ? ? ? ? ? ? ? ? ? ? <hr color="pink">? ? ? ? ? ? ? ? ? ? ? ? ?<button type="submit" name="pubmsg">提交</button></fieldset></form></div></div></div></body></html>
查看完整描述

2 回答

?
慕婉清1834223

TA貢獻8條經驗 獲得超4個贊

array_push($msgs,$date);

$date 改為 $data

查看完整回答
1 反對 回復 2017-07-24
  • 2 回答
  • 0 關注
  • 1255 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號