query("SELECT count(*) from loveway_data"); $rows = $q->fetch(); $rowCount = $rows[0]; $stmt = $pdo->prepare("select * from loveway_data WHERE `confessor` like ? or `to_who` like ? or `introduction` like ? or `content` like ? or comment like ? ORDER BY time DESC limit ?,?"); $stmt->bindValue(1, $searchString); $stmt->bindValue(2, $searchString); $stmt->bindValue(3, $searchString); $stmt->bindValue(4, $searchString); $stmt->bindValue(5, $searchString); $stmt->bindValue(6, $nowPage * $PAGEMAX, PDO::PARAM_INT); $stmt->bindValue(7, $PAGEMAX, PDO::PARAM_INT); if ($stmt->execute()) { while ($row = $stmt->fetch()) { $flag = false; ?>

To
">share
" class="mdui-btn mdui-btn-icon mdui-float-right"> comment
getMessage(); } ?>

啊噢!
这里还没有任何表白呢!
快点击“去表白”去向喜欢的人表白吧!

$nowPage) { echo '下一页'; } echo ' '; if ($nowPage > 0) { echo '上一页'; } } } ?>