From f0f1b575cd68e231c15de2d407fe6272976c52d4 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Mon, 31 Oct 2016 10:55:19 +0800 Subject: [PATCH] Fixed not updating. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 96d7572..2423d9a 100644 --- a/index.php +++ b/index.php @@ -50,7 +50,7 @@ include 'checklogin.php'; $postlinked = stripslashes($row["txt"]); echo '
'.$postlinked.'
'.$row["tim"].'
'; if ($iffirst==0) { - $newlastid=$row["id"]+1; + $newlastid=$row["id"]; $iffirst=1; } }